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 fa9b661 commit e980859Copy full SHA for e980859
readthedocs.yaml
readthedocs.yml
@@ -0,0 +1,19 @@
1
+# Required
2
+version: 2
3
+
4
+# Build documentation in the docs/ directory with Sphinx
5
+sphinx:
6
+ configuration: doc/conf.py
7
8
+# Optionally build your docs in additional formats such as PDF and ePub
9
+formats: all
10
11
+python:
12
+ version: 3.7
13
+ install:
14
+ - requirements: requirements.txt
15
+ - method: pip
16
+ path: .
17
+ extra_requirements:
18
+ - tests
19
+ - docs
0 commit comments