We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
sphinx
1 parent 2a25945 commit 666517dCopy full SHA for 666517d
.readthedocs.yaml
@@ -2,7 +2,7 @@ version: 2
2
build:
3
os: ubuntu-22.04
4
tools:
5
- python: "3.9"
+ python: "3.11"
6
sphinx:
7
configuration: docs/conf.py
8
fail_on_warning: false
requirements_docs.txt
@@ -1,4 +1,4 @@
1
-sphinx>4
+sphinx>=6
ipython<=8.12
matplotlib
mip>=1.13
@@ -16,7 +16,7 @@ dask[complete]
16
setuptools>=41.2
17
Serialize
18
pygments>=2.4
19
-sphinx-book-theme==0.3.3
+sphinx-book-theme>=1.1.0
20
sphinx_copybutton
21
sphinx_design
22
typing_extensions
0 commit comments