Skip to content

Commit b8ad780

Browse files
committed
Use uv sync.
1 parent a914dc6 commit b8ad780

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ build:
1818
- uv venv $READTHEDOCS_VIRTUALENV_PATH
1919
install:
2020
# 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]
21+
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH uv sync --cache-dir $READTHEDOCS_VIRTUALENV_PATH/../../uv_cache --group docs
2222
build:
2323
html:
2424
- uv run sphinx-build -T -b html docs/source $READTHEDOCS_OUTPUT/html

0 commit comments

Comments
 (0)