Skip to content

Commit 828b7d8

Browse files
committed
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)
1 parent fb79d1c commit 828b7d8

File tree

3 files changed

+3
-11
lines changed

3 files changed

+3
-11
lines changed

.readthedocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ version: 2
1111
build:
1212
os: ubuntu-20.04
1313
tools:
14-
python: "3.9"
14+
python: "3"
1515

1616
submodules:
1717
include:
@@ -22,4 +22,4 @@ formats:
2222

2323
python:
2424
install:
25-
- requirements: docs/requirements.txt
25+
- requirements: requirements-doc.txt

docs/requirements.txt

Lines changed: 0 additions & 8 deletions
This file was deleted.

requirements-doc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ astroid
88
setuptools
99

1010
# For sphinx
11-
Sphinx<4
11+
sphinx>=4.0.0
1212
sphinx-autoapi
1313
sphinx-rtd-theme
1414
sphinxcontrib-svg2pdfconverter

0 commit comments

Comments
 (0)