[med-svn] [python-skbio] 05/09: Don't turn sphinx warnings into errors
Kevin Murray
daube-guest at moszumanska.debian.org
Mon Nov 30 02:37:52 UTC 2015
This is an automated email from the git hooks/post-receive script.
daube-guest pushed a commit to branch master
in repository python-skbio.
commit 90e8d56ee2ec316d008a13a0c31fbc9d252f182f
Author: Kevin Murray <spam at kdmurray.id.au>
Date: Mon Nov 30 12:53:43 2015 +1100
Don't turn sphinx warnings into errors
---
...04-Don-t-turn-sphinx-warnings-into-errors.patch | 24 ++++++++++++++++++++++
debian/patches/series | 1 +
2 files changed, 25 insertions(+)
diff --git a/debian/patches/0004-Don-t-turn-sphinx-warnings-into-errors.patch b/debian/patches/0004-Don-t-turn-sphinx-warnings-into-errors.patch
new file mode 100644
index 0000000..ed191c9
--- /dev/null
+++ b/debian/patches/0004-Don-t-turn-sphinx-warnings-into-errors.patch
@@ -0,0 +1,24 @@
+From: Kevin Murray <spam at kdmurray.id.au>
+Date: Mon, 30 Nov 2015 12:53:27 +1100
+Subject: Don't turn sphinx warnings into errors
+
+---
+ doc/Makefile | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+diff --git a/doc/Makefile b/doc/Makefile
+index f4d14d2..590f919 100644
+--- a/doc/Makefile
++++ b/doc/Makefile
+@@ -3,8 +3,9 @@
+
+ # You can set these variables from the command line.
+
+-# Turn warnings into errors.
+-SPHINXOPTS = -W
++# Don't turn warnings into errors.
++# SPHINXOPTS = -W
++SPHINXOPTS =
+ SPHINXBUILD = sphinx-build
+ PAPER =
+ BUILDDIR = build
diff --git a/debian/patches/series b/debian/patches/series
index c286cbe..197fe3e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
0001-Use-stock-debian-sphinx.patch
0002-Disable-intersphinx.patch
0003-Force-use-of-Agg-backend-no-X-for-matplotlib.patch
+0004-Don-t-turn-sphinx-warnings-into-errors.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-skbio.git
More information about the debian-med-commit
mailing list