Skip to content

Commit

Permalink
Merge pull request #912 from python-openapi/fix/readthedocs-sphinx-do…
Browse files Browse the repository at this point in the history
…wngrade-fix

Readthedocs sphinx downgrade fix
  • Loading branch information
p1c2u authored Sep 4, 2024
2 parents 8e92c42 + 6478d6c commit e5d2559
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ sphinx:
formats: all

build:
os: ubuntu-20.04
os: ubuntu-24.04
tools:
python: "3.9"
python: "3.12"
jobs:
post_create_environment:
# Install poetry
- pip install poetry
- pip install poetry==1.7.1
# Tell poetry to not use a virtual environment
- poetry config virtualenvs.create false
post_install:
Expand Down

0 comments on commit e5d2559

Please sign in to comment.