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 43d4c2c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 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:
pre_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 43d4c2c

Please sign in to comment.