Skip to content

Commit

Permalink
doc: unpin sphinx from 4.0.2
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
qlyoung committed Sep 28, 2023
1 parent 8640fc9 commit dd858b8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
4 changes: 0 additions & 4 deletions doc/developer/.readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 0 additions & 1 deletion doc/requirements.txt

This file was deleted.

4 changes: 0 additions & 4 deletions doc/user/.readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit dd858b8

Please sign in to comment.