projects
/
scikit-learn.git.old
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e264f2
)
deb_no_plot_gallery
author
NeuroDebian Team
<team@neuro.debian.net>
Tue, 22 Nov 2016 15:34:29 +0000
(15:34 +0000)
committer
Peter Michael Green
<plugwash@raspbian.org>
Tue, 22 Nov 2016 15:34:29 +0000
(15:34 +0000)
Gbp-Pq: Name deb_no_plot_gallery
doc/conf.py
patch
|
blob
|
history
diff --git
a/doc/conf.py
b/doc/conf.py
index f7b3d8aaa11c268d9cc2b5f858fb650d10a27768..a041318c11dcf19e8d3179aed29b62c2e36789b5 100644
(file)
--- 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'