From: NeuroDebian Team Date: Tue, 25 Oct 2016 12:24:18 +0000 (+0000) Subject: deb_no_plot_gallery X-Git-Tag: archive/raspbian/0.18-5+rpi1~1^2~4 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b71ee1ba4e5311a1cc98630850f7a71b5e6de897;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'