Skip to content

Commit 83f8049

Browse files
committed
Readthedocs sphinx downgrade fix
1 parent 8e92c42 commit 83f8049

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.readthedocs.yaml

Lines changed: 5 additions & 3 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
1414
tools:
15-
python: "3.9"
15+
python: "3.12"
1616
jobs:
1717
post_create_environment:
18+
# Install pipx
19+
- sudo apt install pipx
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)