Skip to content

Commit

Permalink
Update for breaking change in readthedocs config
Browse files Browse the repository at this point in the history
  • Loading branch information
JWCook committed Oct 3, 2023
1 parent c27f4d4 commit a3f3e88
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
# Read the Docs configuration file
version: 2

build:
os: ubuntu-20.04
tools:
python: '3.10'

sphinx:
builder: html
configuration: docs/conf.py

build:
os: 'ubuntu-22.04'
tools:
python: '3.11'

python:
system_packages: True
install:
- method: pip
path: .
Expand Down

0 comments on commit a3f3e88

Please sign in to comment.