update sphinx

note that per the https://docs.readthedocs.io/en/stable/config-file/v2.html#build-tools-python
specify "3" for the latest python version (not 3.x as on github actions)
This commit is contained in:
Jeff Epler 2021-12-22 11:25:00 -06:00
parent fb79d1c1d1
commit 828b7d88d8
3 changed files with 3 additions and 11 deletions

View File

@ -11,7 +11,7 @@ version: 2
build:
os: ubuntu-20.04
tools:
python: "3.9"
python: "3"
submodules:
include:
@ -22,4 +22,4 @@ formats:
python:
install:
- requirements: docs/requirements.txt
- requirements: requirements-doc.txt

View File

@ -1,8 +0,0 @@
sphinx<4
myst-parser==0.14.0
sphinxcontrib-svg2pdfconverter==0.1.0
astroid
sphinx-autoapi
isort
black
readthedocs-sphinx-search

View File

@ -8,7 +8,7 @@ astroid
setuptools
# For sphinx
Sphinx<4
sphinx>=4.0.0
sphinx-autoapi
sphinx-rtd-theme
sphinxcontrib-svg2pdfconverter