Skip to content

Commit 666517d

Browse files
authored
DOC: Require a more recent version of sphinx (#1923)
* update sphinx to use at least version 7 * downgrade the min-sphinx version but upgrade `sphinx-book-theme` * upgrade to python 3.11
1 parent 2a25945 commit 666517d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.readthedocs.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22
build:
33
os: ubuntu-22.04
44
tools:
5-
python: "3.9"
5+
python: "3.11"
66
sphinx:
77
configuration: docs/conf.py
88
fail_on_warning: false

requirements_docs.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
sphinx>4
1+
sphinx>=6
22
ipython<=8.12
33
matplotlib
44
mip>=1.13
@@ -16,7 +16,7 @@ dask[complete]
1616
setuptools>=41.2
1717
Serialize
1818
pygments>=2.4
19-
sphinx-book-theme==0.3.3
19+
sphinx-book-theme>=1.1.0
2020
sphinx_copybutton
2121
sphinx_design
2222
typing_extensions

0 commit comments

Comments
 (0)