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 c9c1fbd commit f4e0c9bCopy full SHA for f4e0c9b
.readthedocs.yml
@@ -0,0 +1,15 @@
1
+# ReadTheDocs environment customization to allow us to use conda to install
2
+# libraries which have C dependencies for the doc build. See:
3
+# https://docs.readthedocs.io/en/latest/config-file/v2.html
4
+
5
+version: 2
6
7
+python:
8
+ install:
9
+ - method: pip
10
+ path: .
11
+ - requirements: docs/requirements.txt
12
13
+sphinx:
14
+ configuration: docs/conf.py
15
+ fail_on_warning: true # http://www.sphinx-doc.org/en/master/man/sphinx-build.html#id6
docs/requirements.txt
@@ -0,0 +1 @@
+sphinx
0 commit comments