summaryrefslogtreecommitdiff
path: root/docs/requirements_rtd.txt
diff options
context:
space:
mode:
authorRĂ©mi Flamary <remi.flamary@gmail.com>2020-04-21 17:48:37 +0200
committerGitHub <noreply@github.com>2020-04-21 17:48:37 +0200
commita303cc6b483d3cd958c399621e22e40574bcbbc8 (patch)
treedea049cb692020462da8f00d9e117f93b839bb55 /docs/requirements_rtd.txt
parent0b2d808aaebb1cab60a272ea7901d5f77df43a9f (diff)
[MRG] Actually run sphinx-gallery (#146)
* generate gallery * remove mock * add sklearn to requirermnt?txt for example * remove latex from fgw example * add networks for graph example * remove all * add requirement.txt rtd * rtd debug * update readme * eradthedoc with redirection * add conf rtd
Diffstat (limited to 'docs/requirements_rtd.txt')
-rw-r--r--docs/requirements_rtd.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/requirements_rtd.txt b/docs/requirements_rtd.txt
new file mode 100644
index 0000000..e3999d6
--- /dev/null
+++ b/docs/requirements_rtd.txt
@@ -0,0 +1,14 @@
+sphinx_gallery
+numpydoc
+memory_profiler
+pillow
+networkx
+numpy
+scipy>=1.0
+cython
+matplotlib
+autograd
+pymanopt==0.2.4; python_version <'3'
+pymanopt; python_version >= '3'
+cvxopt
+scikit-learn \ No newline at end of file