Skip to content

Commit 2cbd26f

Browse files
committed
Merge branch '3.0.x'
2 parents ea8627d + 0fc72f4 commit 2cbd26f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.readthedocs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ version: 2
22
build:
33
os: "ubuntu-22.04"
44
tools:
5-
python: "3.10"
5+
python: "3.11"
66
jobs:
77
post_install:
88
- "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"
9+
- "VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH ~/.local/bin/pdm sync -dG docs"
1010
sphinx:
1111
builder: dirhtml
1212
fail_on_warning: true

0 commit comments

Comments
 (0)