Use uv sync to install docs deps

This commit is contained in:
Bruno Alla 2024-10-07 15:52:09 -03:00
parent 2d06ddda95
commit df04ce6daf
No known key found for this signature in database

View File

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