Skip to content

Commit e5d2559

Browse files
authored
Merge pull request #912 from python-openapi/fix/readthedocs-sphinx-downgrade-fix
Readthedocs sphinx downgrade fix
2 parents 8e92c42 + 6478d6c commit e5d2559

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.readthedocs.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ 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:
1818
# Install poetry
19-
- pip install poetry
19+
- pip install poetry==1.7.1
2020
# Tell poetry to not use a virtual environment
2121
- poetry config virtualenvs.create false
2222
post_install:

0 commit comments

Comments
 (0)