From 818690fd63350d54017ae7f98a6addde1f86adf2 Mon Sep 17 00:00:00 2001 From: NeuroDebian Team Date: Wed, 28 Dec 2016 12:24:45 +0000 Subject: [PATCH] deb_no_plot_gallery Gbp-Pq: Name deb_no_plot_gallery --- doc/conf.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index f7b3d8a..a041318 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -61,7 +61,10 @@ source_suffix = '.rst' #source_encoding = 'utf-8' # Generate the plots for the gallery -plot_gallery = True +# yoh: some examples require network access (and thus get stuck at times), etc +# so to robustify builds of the debian packages across platforms, for now +# gallery is disabled +plot_gallery = False # The master toctree document. master_doc = 'index' -- 2.30.2