Merge pull request #93 from pacrob/bump-sphinx-and-rtd-py-version

bump sphinx version and set py version rtd uses to 3.8
This commit is contained in:
Paul Robinson
2023-05-03 11:29:01 -06:00
committed by GitHub
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",
],