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 186d939 commit 84661adCopy full SHA for 84661ad
.readthedocs.yaml
@@ -0,0 +1,22 @@
1
+# .readthedocs.yaml
2
+# Read the Docs configuration file
3
+# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
4
+
5
+# Required
6
+version: 2
7
8
+# Build documentation in the doc/ directory with Sphinx
9
+sphinx:
10
+ configuration: doc/conf.py
11
12
+# Don't need to build documentation for test vectors or any other
13
+# sub modules
14
+submodules:
15
+ exclude: all
16
17
+python:
18
+ version: 3.8
19
+ install:
20
+ - requirements: doc/requirements.txt
21
+ - method: setuptools
22
+ path: .
doc/requirements.txt
@@ -1,2 +1,2 @@
-sphinx>=1.3.0
-sphinx_rtd_theme
+sphinx==4.2.0
+sphinx_rtd_theme==1.0.0
0 commit comments