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 bf61bbe commit 959d2d3Copy full SHA for 959d2d3
.readthedocs.yml
@@ -9,5 +9,4 @@ build:
9
post_create_environment:
10
- "curl -sSL https://raw.githubusercontent.com/pdm-project/pdm/main/install-pdm.py | python3 -"
11
post_install:
12
- - pdm use $READTHEDOCS_VIRTUALENV_PATH
13
- - pdm sync -G :all,docs
+ - "VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH ~/.local/bin/pdm sync -dG :all,docs"
0 commit comments