Files
pytheory/Makefile
2026-03-22 05:48:54 -04:00

8 lines
131 B
Makefile

.PHONY: docs test
docs:
uv run --group docs sphinx-build -b html docs docs/_build/html
test:
uv run pytest test_pytheory.py -v