File: deb_no_plot_gallery

package info (click to toggle)
scikit-learn 0.18-5
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 71,040 kB
  • ctags: 91,142
  • sloc: python: 97,257; ansic: 8,360; cpp: 5,649; makefile: 242; sh: 238
file content (14 lines) | stat: -rw-r--r-- 433 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- 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'