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 886ae99 commit 0a6afef
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 0a6afef

Please sign in to comment.