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 0baff50 commit 5eb6dafCopy full SHA for 5eb6daf
.readthedocs.yaml
@@ -9,17 +9,12 @@ build:
9
os: ubuntu-22.04
10
tools:
11
python: "3.12"
12
- apt_packages:
13
- - python3-venv
14
jobs:
15
- post_system_dependencies:
16
- # Install PDM
17
- - asdf plugin add pdm
18
- - asdf install pdm latest
19
- - asdf global pdm latest
20
- - pdm --version
21
- pre_install:
22
- - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH pdm install -dG doc
+ post_create_environment:
+ - python install-pdm.py --path ~/.local/pdm
+ - ~/.local/pdm --version
+ post_install:
+ - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH ~/.local/pdm/bin/pdm install -dG doc
23
24
mkdocs:
25
configuration: mkdocs.yml
0 commit comments