bump sphinx version and set py version rtd uses to 3.8

This commit is contained in:
pacrob
2023-05-03 10:53:12 -06:00
parent f69bc7482f
commit f802bd0439
2 changed files with 9 additions and 1 deletions

View File

@ -1,5 +1,13 @@
version: 2
build:
os: ubuntu-22.04
tools:
python: "3.8"
sphinx:
configuration: docs/conf.py
python:
install:
- method: pip

View File

@ -19,7 +19,7 @@ extras_require = {
"black>=23",
],
"doc": [
"sphinx>=5.0.0",
"sphinx>=6.0.0",
"sphinx_rtd_theme>=1.0.0",
"towncrier>=21,<22",
],