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 9011fcd commit 6d61c8cCopy full SHA for 6d61c8c
.readthedocs.yaml
@@ -0,0 +1,11 @@
1
+version: 2
2
+
3
+# Build from the docs/ directory with Sphinx
4
+sphinx:
5
+ configuration: docs/conf.py
6
7
+# Explicitly set the version of Python and its requirements
8
+python:
9
+ version: 3.7
10
+ install:
11
+ - requirements: docs/requirements.txt
docs/requirements.txt
@@ -0,0 +1,4 @@
+Sphinx==4.2.0
+sphinx_rtd_theme==1.0.0
+docutils==0.16
+readthedocs-sphinx-search==0.1.0
0 commit comments