From e0b4d6c9f1e0864c2b9658554ce653192489c4fb Mon Sep 17 00:00:00 2001 From: Thomas A Caswell Date: Sun, 8 Oct 2017 16:31:51 -0400 Subject: [PATCH] DOC: update sphinx-gallery configuration --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index 818238642257..987142628704 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -135,7 +135,7 @@ def _check_deps(): 'subsection_order': ExplicitOrder(explicit_order_folders) } -plot_gallery = True +plot_gallery = 'True' # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates']