We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 28ef1af + d3a965c commit c49e2feCopy full SHA for c49e2fe
.readthedocs.yml
@@ -0,0 +1,18 @@
1
+# Read the Docs configuration file
2
+# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
3
+
4
+# Required
5
+version: 2
6
7
+# Build documentation in the docs/ directory with Sphinx
8
+sphinx:
9
+ configuration: doc/conf.py
10
11
+# Optionally build your docs in additional formats such as PDF and ePub
12
+formats: all
13
14
+# Optionally set the version of Python and requirements required to build your docs
15
+python:
16
+ version: 3.7
17
+ install:
18
+ - requirements: doc/requirements.txt
0 commit comments