From a303cc6b483d3cd958c399621e22e40574bcbbc8 Mon Sep 17 00:00:00 2001 From: RĂ©mi Flamary Date: Tue, 21 Apr 2020 17:48:37 +0200 Subject: [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 --- docs/requirements_rtd.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 docs/requirements_rtd.txt (limited to 'docs/requirements_rtd.txt') 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 -- cgit v1.2.3