Skip to content

Commit 86f459a

Browse files
committed
correct rtd use
1 parent 5c346a9 commit 86f459a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.readthedocs.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@ build:
33
post_create_environment:
44
- pip install -U pdm
55
- pdm config python.use_venv false
6+
- pdm config venv.in_project false
67
post_install:
7-
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH pdm install --without speedups
8+
- pdm use -f $READTHEDOCS_VIRTUALENV_PATH
9+
- pdm install --without speedups
810
os: ubuntu-22.04
911
tools:
1012
python: "3.11"

0 commit comments

Comments
 (0)