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 9ce9fcb commit 692f2c6Copy full SHA for 692f2c6
.readthedocs.yaml
@@ -0,0 +1,16 @@
1
+# Read the Docs configuration file
2
+# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
3
+version: 2
4
+
5
+# Build documentation in the docs/ directory with Sphinx
6
+sphinx:
7
+ configuration: docs/conf.py
8
9
+# Optionally build your docs in additional formats such as PDF and ePub
10
+formats: all
11
12
+python:
13
+ version: 3.7
14
+ install:
15
+ - method: pip
16
+ path: .
0 commit comments