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']