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/rtd/conf.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 docs/rtd/conf.py (limited to 'docs/rtd/conf.py') diff --git a/docs/rtd/conf.py b/docs/rtd/conf.py new file mode 100644 index 0000000..814db75 --- /dev/null +++ b/docs/rtd/conf.py @@ -0,0 +1,6 @@ +from recommonmark.parser import CommonMarkParser + +source_parsers = {'.md': CommonMarkParser} + +source_suffix = ['.md'] +master_doc = 'index' \ No newline at end of file -- cgit v1.2.3