[skimage] 04/06: deb_no_sphinx_galery patch

Yaroslav Halchenko debian at onerussian.com
Tue Oct 17 17:55:30 UTC 2017


This is an automated email from the git hooks/post-receive script.

yoh pushed a commit to branch master
in repository skimage.

commit 4bd43dda5cee00ba18932d36877585e91c76e9aa
Author: Yaroslav Halchenko <debian at onerussian.com>
Date:   Tue Oct 17 07:51:59 2017 -0400

    deb_no_sphinx_galery patch
---
 debian/changelog                    |  2 ++
 debian/patches/deb_no_sphinx_galery | 11 +++++++++++
 debian/patches/series               |  1 +
 3 files changed, 14 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 87a04fe..d192710 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -26,6 +26,8 @@ skimage (0.13.1-1) unstable; urgency=medium
   * Note that it is a redone changelog entry due to confusion among
     multiple packaging VCS.
   * Progressed to 0.13.1 upstream release
+  * debian/patches
+    - deb_no_sphinx_galery: to disable absent sphinx galery for now
 
  -- Yaroslav Halchenko <debian at onerussian.com>  Tue, 10 Oct 2017 18:26:16 -0400
 
diff --git a/debian/patches/deb_no_sphinx_galery b/debian/patches/deb_no_sphinx_galery
new file mode 100644
index 0000000..fb1fabc
--- /dev/null
+++ b/debian/patches/deb_no_sphinx_galery
@@ -0,0 +1,11 @@
+--- a/doc/source/conf.py
++++ b/doc/source/conf.py
+@@ -33,7 +33,7 @@ extensions = ['sphinx.ext.autodoc',
+               'sphinx.ext.autosummary',
+               'sphinx.ext.intersphinx',
+               'sphinx.ext.linkcode',
+-              'sphinx_gallery.gen_gallery'
++              #'sphinx_gallery.gen_gallery'
+               ]
+ 
+ autosummary_generate = True
diff --git a/debian/patches/series b/debian/patches/series
index 563c38c..b152f06 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
+deb_no_sphinx_galery
 fix-doc-links.patch
 doc-privacy.patch
 skip-failing-test-on-big-endian.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/skimage.git



More information about the debian-science-commits mailing list