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 28cdfc3 commit bf61bbeCopy full SHA for bf61bbe
.readthedocs.yml
@@ -7,7 +7,7 @@ build:
7
python: "3.11"
8
jobs:
9
post_create_environment:
10
- - pip install pdm
+ - "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
0 commit comments