Skip to content

Commit

Permalink
Fix readthedocs install command
Browse files Browse the repository at this point in the history
  • Loading branch information
JWCook committed Oct 2, 2024
1 parent a25156d commit 90c1106
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,15 @@ sphinx:
configuration: docs/conf.py

build:
os: 'ubuntu-22.04'
os: 'ubuntu-24.04'
tools:
python: '3.11'
python: '3.12'
jobs:
post_create_environment:
- pip install poetry
- poetry config virtualenvs.create false
post_install:
- poetry install --with docs
- poetry install -E all --with docs
python:
install:
- method: pip
path: .
extra_requirements:
- all
- docs

0 comments on commit 90c1106

Please sign in to comment.