doc: unpin sphinx from 4.0.2

requirements.txt was pinning sphinx at a very old version. This version
doesn't work in recent versions of Python; the new RTD configuration
made RTD respect our requirements file, breaking the build.

Signed-off-by: Quentin Young <qlyoung@qlyoung.net>
This commit is contained in:
Quentin Young 2023-09-28 10:49:37 -04:00
parent 8640fc9c0a
commit dd858b8a76
3 changed files with 0 additions and 9 deletions

View File

@ -10,7 +10,3 @@ build:
# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: doc/developer/conf.py
python:
install:
- requirements: doc/requirements.txt

View File

@ -1 +0,0 @@
sphinx==4.0.2

View File

@ -10,7 +10,3 @@ build:
# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: doc/user/conf.py
python:
install:
- requirements: doc/requirements.txt