Skip to content

Commit 43d4c2c

Browse files
committed
Readthedocs sphinx downgrade fix
1 parent 8e92c42 commit 43d4c2c

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.readthedocs.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,15 @@ sphinx:
1010
formats: all
1111

1212
build:
13-
os: ubuntu-20.04
13+
os: ubuntu-24.04
14+
apt_packages:
15+
- pipx
1416
tools:
15-
python: "3.9"
17+
python: "3.12"
1618
jobs:
17-
post_create_environment:
19+
pre_create_environment:
1820
# Install poetry
19-
- pip install poetry
21+
- pipx install poetry==1.7.1
2022
# Tell poetry to not use a virtual environment
2123
- poetry config virtualenvs.create false
2224
post_install:

0 commit comments

Comments
 (0)