From 41715501d423f696eec4c93fa576ddebd422a5b1 Mon Sep 17 00:00:00 2001 From: emmanuelle Date: Tue, 10 May 2016 22:33:23 +0200 Subject: [PATCH] Remove documentation links in examples (they crash) --- doc/source/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 5a575754..f4a416f2 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -31,7 +31,7 @@ extensions = ['sphinx.ext.autodoc', 'sphinx.ext.imgmath', 'numpydoc', 'sphinx.ext.autosummary', - #'plot2rst', + 'plot2rst', 'sphinx.ext.intersphinx', 'sphinx.ext.linkcode', 'sphinx_gallery.gen_gallery' @@ -44,7 +44,7 @@ autosummary_generate = True #------------------------------------------------------------------------ sphinx_gallery_conf = { - 'doc_module' : 'skimage', + # 'doc_module' : 'skimage', # path to your examples scripts 'examples_dirs' : '../examples', # path where to save gallery generated examples