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 a0f98a0 commit cf02edfCopy full SHA for cf02edf
readthedocs.yml
@@ -0,0 +1,11 @@
1
+version: 2
2
+sphinx:
3
+ configuration: docs/source/conf.py
4
+conda:
5
+ environment: docs/environment.yml
6
+python:
7
+ version: 3.8
8
+ install:
9
+ # install itself with pip install .
10
+ - method: pip
11
+ path: .
0 commit comments