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 26c9cfe commit 9e31599Copy full SHA for 9e31599
.readthedocs.yml
@@ -0,0 +1,10 @@
1
+version: 2
2
+
3
+python:
4
+ version: 3.7
5
+ install:
6
+ - requirements: docs/requirements.txt
7
+ - method: pip
8
+ path: .
9
+ extra_requirements:
10
+ - doc
0 commit comments