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.
2 parents ea8627d + 0fc72f4 commit 2cbd26fCopy full SHA for 2cbd26f
.readthedocs.yaml
@@ -2,11 +2,11 @@ version: 2
2
build:
3
os: "ubuntu-22.04"
4
tools:
5
- python: "3.10"
+ python: "3.11"
6
jobs:
7
post_install:
8
- "curl -sSL https://raw.githubusercontent.com/pdm-project/pdm/main/install-pdm.py | python3 -"
9
- - "VIRTUAL_ENV=$(dirname $(dirname $(which python))) ~/.local/bin/pdm sync -dG docs"
+ - "VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH ~/.local/bin/pdm sync -dG docs"
10
sphinx:
11
builder: dirhtml
12
fail_on_warning: true
0 commit comments