mirror of
https://github.com/kennethreitz/pytheory.git
synced 2026-06-05 06:46:14 +00:00
3142872533
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
8 lines
131 B
Makefile
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
|