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:
10e8197
)
deb_no_plot_gallery
author
NeuroDebian Team
<team@neuro.debian.net>
Tue, 25 Oct 2016 12:24:18 +0000
(12:24 +0000)
committer
Yaroslav Halchenko
<debian@onerussian.com>
Tue, 25 Oct 2016 12:24:18 +0000
(12:24 +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'