DevelopmentΒΆ
Set up the package in editable mode and run the test suite:
uv sync --group dev
uv run --group dev pytest
Build the documentation locally:
uv run --extra docs sphinx-build -b html -W docs/source docs/build/html
Set up the package in editable mode and run the test suite:
uv sync --group dev
uv run --group dev pytest
Build the documentation locally:
uv run --extra docs sphinx-build -b html -W docs/source docs/build/html