Add root Makefile with docs and test targets

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-22 05:48:54 -04:00
parent 4a77f9163e
commit 3142872533
+7
View File
@@ -0,0 +1,7 @@
.PHONY: docs test
docs:
uv run --group docs sphinx-build -b html docs docs/_build/html
test:
uv run pytest test_pytheory.py -v