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 e9c7e10 commit 06c7433Copy full SHA for 06c7433
.readthedocs.yml
@@ -0,0 +1,12 @@
1
+version: 2
2
+
3
+python:
4
+ version: 3.7
5
+ install:
6
+ - requirements: docs/requirements-docs.txt
7
8
+sphinx:
9
+ configuration: docs/source/conf.py
10
+ fail_on_warning: true
11
12
+formats: all
docs/requirements-docs.txt
@@ -1,2 +1,2 @@
-Sphinx >= 1.4.4
-sphinx-rtd-theme >= 0.1.9
+sphinx>=4.2.0,<5.0.0
+sphinx-rtd-theme>=1.0.0,<2.0.0
0 commit comments