deb_no_plot_gallery
authorNeuroDebian Team <team@neuro.debian.net>
Wed, 28 Dec 2016 12:24:45 +0000 (12:24 +0000)
committerAndreas Tille <tille@debian.org>
Wed, 28 Dec 2016 12:24:45 +0000 (12:24 +0000)
Gbp-Pq: Name deb_no_plot_gallery

doc/conf.py

index f7b3d8aaa11c268d9cc2b5f858fb650d10a27768..a041318c11dcf19e8d3179aed29b62c2e36789b5 100644 (file)
@@ -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'