Update readthedocs configuration

This commit is contained in:
Jay Berkenbilt 2023-10-07 17:33:27 -04:00
parent f9cf79706d
commit 076b33ce4e
2 changed files with 7 additions and 2 deletions

View File

@ -6,9 +6,9 @@
version: 2
build:
os: ubuntu-20.04
os: ubuntu-22.04
tools:
python: "3.9"
python: "3.11"
sphinx:
configuration: manual/conf.py
@ -17,3 +17,7 @@ formats: all
sphinx:
fail_on_warning: true
python:
install:
- requirements: manual/requirements.txt

1
manual/requirements.txt Normal file
View File

@ -0,0 +1 @@
sphinx_rtd_theme