We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 948e264 commit 899d629Copy full SHA for 899d629
1 file changed
.readthedocs.yaml
@@ -10,10 +10,8 @@ build:
10
tools:
11
python: "3.11"
12
jobs:
13
- post_create_environment:
14
- - pip install uv
15
post_install:
16
- - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH uv sync --group docs
17
-
+ - pip install uv
+ - UV_PROJECT_ENVIRONMENT=$READTHEDOCS_VIRTUALENV_PATH uv sync --group docs --link-mode=copy
18
mkdocs:
19
configuration: mkdocs.yml
0 commit comments