File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -17,14 +17,14 @@ build:
1717 - graphviz
1818 jobs :
1919 pre_create_environment :
20- - asdf plugin add uv
21- - asdf install uv latest
22- - asdf global uv latest
20+ - asdf plugin add uv
21+ - asdf install uv latest
22+ - asdf global uv latest
2323 create_environment :
24- - uv venv "${READTHEDOCS_VIRTUALENV_PATH}"
24+ - uv venv "${READTHEDOCS_VIRTUALENV_PATH}"
2525 install :
26- - UV_PROJECT_ENVIRONMENT="${READTHEDOCS_VIRTUALENV_PATH}" uv sync --frozen --group doc
27- - UV_PROJECT_ENVIRONMENT="${READTHEDOCS_VIRTUALENV_PATH}" uv pip install --no-deps -e .
26+ - UV_PROJECT_ENVIRONMENT="${READTHEDOCS_VIRTUALENV_PATH}" uv sync --frozen --group doc
27+ - UV_PROJECT_ENVIRONMENT="${READTHEDOCS_VIRTUALENV_PATH}" uv pip install --no-deps -e .
2828
2929formats :
3030 - epub
You can’t perform that action at this time.
0 commit comments