Use --no-dev --frozen while running uv sync to build docs

This commit is contained in:
Bruno Alla 2024-10-07 17:40:56 -03:00
parent 714ef84a33
commit 3f9999e517
No known key found for this signature in database

View File

@ -13,7 +13,7 @@ build:
- asdf plugin add uv
- asdf install uv latest
- asdf global uv latest
- uv sync --extra docs
- uv sync --extra docs --no-dev --frozen
- 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