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 332f006 commit 88e0b9bCopy full SHA for 88e0b9b
doc/readthedocs-environment.yml
@@ -0,0 +1,9 @@
1
+channels:
2
+ - conda-forge
3
+dependencies:
4
+ - python==3.5
5
+ - sphinx>=1.3
6
+ - sphinx_rtd_theme
7
+ - numpy
8
+ - scipy
9
+ - matplotlib>=1.5
readthedocs.yml
@@ -0,0 +1,4 @@
+conda:
+ file: doc/readthedocs-environment.yml
+python:
+ setup_py_install: true
0 commit comments