We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c346a9 commit 86f459aCopy full SHA for 86f459a
.readthedocs.yaml
@@ -3,8 +3,10 @@ build:
3
post_create_environment:
4
- pip install -U pdm
5
- pdm config python.use_venv false
6
+ - pdm config venv.in_project false
7
post_install:
- - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH pdm install --without speedups
8
+ - pdm use -f $READTHEDOCS_VIRTUALENV_PATH
9
+ - pdm install --without speedups
10
os: ubuntu-22.04
11
tools:
12
python: "3.11"
0 commit comments