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 e93510a commit 901cb20Copy full SHA for 901cb20
.readthedocs.yml
@@ -3,7 +3,7 @@ formats:
3
- epub
4
5
# pip requirements file for building sphinx docs (e.g. nbsphinx)
6
-requirements_file: requirements-dev.txt
+requirements_file: docs/requirements-docs.txt
7
8
# can also specify a conda env file if pip isn't enough, for example:
9
# conda:
docs/requirements-docs.txt
@@ -1,3 +1,12 @@
1
+matplotlib>=1.5.0
2
+theano>=0.9.0
+pandas>=0.18.0
+patsy>=0.4.0
+joblib>=0.9
+tqdm>=4.8.4
+six>=1.10.0
+h5py>=2.7.0
+enum34>=1.1.6; python_version < '3.4'
10
nbsphinx
11
ipykernel
12
numpy
0 commit comments