Use uv run to build the docs with Sphinx

This commit is contained in:
Bruno Alla 2024-10-07 16:06:25 -03:00
parent df04ce6daf
commit 714ef84a33
No known key found for this signature in database

View File

@ -14,7 +14,7 @@ build:
- asdf install uv latest
- asdf global uv latest
- uv sync --extra docs
- .venv/bin/python -m sphinx -T -b html -d docs/_build/doctrees -D language=en docs $READTHEDOCS_OUTPUT/html
- uv run -m sphinx -T -b html -d docs/_build/doctrees -D language=en docs $READTHEDOCS_OUTPUT/html
# Build documentation in the docs/ directory with Sphinx
sphinx: