Skip to content

Commit

Permalink
Update the Read the Docs config
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtmckee committed Aug 17, 2023
1 parent 230ca84 commit f74b568
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,12 @@ sphinx:
fail_on_warning: true

build:
os: ubuntu-20.04
os: "ubuntu-22.04"
tools:
# NOTE: make sure this matches the basepython in tox.ini for 'docs'
# TODO: update to py311 as soon as RTD stops using 3.11.0b3 instead of 3.11.0
python: "3.10"
python: "3.11"

python:
install:
- method: pip
path: .
- requirements: requirements/docs.txt
- requirements: "requirements/py3.11/docs.txt"

0 comments on commit f74b568

Please sign in to comment.