From: NeuroDebian Team Date: Tue, 22 Nov 2016 15:34:29 +0000 (+0000) Subject: deb_no_plot_gallery X-Git-Tag: archive/raspbian/0.18-5+rpi1~5 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=64c0c497e39ea7500d55211e4eb22880cbd9fe20;p=scikit-learn.git.old deb_no_plot_gallery Gbp-Pq: Name deb_no_plot_gallery --- 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'