Skip to content

Commit

Permalink
Readthedocs sphinx downgrade fix
Browse files Browse the repository at this point in the history
  • Loading branch information
p1c2u committed Sep 4, 2024
1 parent 8e92c42 commit 120ba5f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,15 @@ sphinx:
formats: all

build:
os: ubuntu-20.04
os: ubuntu-24.04
apt_packages:
- pipx
tools:
python: "3.9"
python: "3.12"
jobs:
post_create_environment:
# Install poetry
- pip install poetry
- pipx 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 120ba5f

Please sign in to comment.