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 4c946c5 commit bf21e5b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,12 @@ sphinx:
builder: html
configuration: docs/conf.py

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

python:
version: 3.8
install:
- method: pip
path: .
Expand Down

0 comments on commit bf21e5b

Please sign in to comment.