Skip to content

Commit af96fab

Browse files
committed
set UV_PROJECT_ENVIRONMENT for ReadTheDocs
1 parent b92c55d commit af96fab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ build:
99
- pip install uv
1010
post_install:
1111
# Install dependencies
12-
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH uv sync --extra docs
12+
- UV_PROJECT_ENVIRONMENT=$READTHEDOCS_VIRTUALENV_PATH uv sync --extra docs
1313

1414
sphinx:
1515
configuration: docs/conf.py

0 commit comments

Comments
 (0)