We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
uv sync
1 parent a914dc6 commit b8ad780Copy full SHA for b8ad780
1 file changed
.readthedocs.yml
@@ -18,7 +18,7 @@ build:
18
- uv venv $READTHEDOCS_VIRTUALENV_PATH
19
install:
20
# Use a cache dir in the same mount to halve the install time
21
- - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH uv pip install --cache-dir $READTHEDOCS_VIRTUALENV_PATH/../../uv_cache .[docs]
+ - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH uv sync --cache-dir $READTHEDOCS_VIRTUALENV_PATH/../../uv_cache --group docs
22
build:
23
html:
24
- uv run sphinx-build -T -b html docs/source $READTHEDOCS_OUTPUT/html
0 commit comments