mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-06 21:20:16 +03:00
Use --no-dev --frozen while running uv sync to build docs
This commit is contained in:
parent
714ef84a33
commit
3f9999e517
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user