Update .readthedocs.yml

This commit is contained in:
Joshua Bronson 2022-12-03 21:54:23 -05:00
parent 465b14cb9e
commit 6fa7677e90
1 changed files with 3 additions and 3 deletions

View File

@ -6,13 +6,13 @@ formats:
- htmlzip
build:
os: "ubuntu-20.04"
os: "ubuntu-22.04"
tools:
python: "3.10"
python: "3.11"
python:
install:
- requirements: requirements/docs.txt
- requirements: dev-deps/docs.txt
sphinx:
configuration: docs/conf.py