Skip to content

Commit 899d629

Browse files
committed
try to fix docs build again
1 parent 948e264 commit 899d629

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.readthedocs.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,8 @@ build:
1010
tools:
1111
python: "3.11"
1212
jobs:
13-
post_create_environment:
14-
- pip install uv
1513
post_install:
16-
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH uv sync --group docs
17-
14+
- pip install uv
15+
- UV_PROJECT_ENVIRONMENT=$READTHEDOCS_VIRTUALENV_PATH uv sync --group docs --link-mode=copy
1816
mkdocs:
1917
configuration: mkdocs.yml

0 commit comments

Comments
 (0)