We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0311b3 commit c91fa74Copy full SHA for c91fa74
.readthedocs.yml
@@ -12,6 +12,6 @@ sphinx:
12
13
# Optionally set the version of Python and requirements required to build your docs
14
python:
15
- version: 3.9
+ version: 3.8
16
install:
17
- requirements: docs/requirements.txt
docs/requirements.txt
@@ -1,4 +1,4 @@
1
sphinx-bootstrap-theme>=0.8.1
2
sphinx-autodoc-typehints>=1.24.0
3
-sphinx>=7.2
+sphinx>=5.3
4
.
0 commit comments