[pyfai] 01/06: fix FTBFS due to deprecated pngmath extension

Frédéric-Emmanuel Picca picca at moszumanska.debian.org
Wed Aug 17 17:18:17 UTC 2016


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

picca pushed a commit to branch master
in repository pyfai.

commit 0b2edb0093051164e3d6bf63f520aa9e6759b22a
Author: Picca Frédéric-Emmanuel <picca at debian.org>
Date:   Wed Aug 17 13:03:30 2016 +0200

    fix FTBFS due to deprecated pngmath extension
---
 ...not-use-deprecated-sphinx-pngmath-extension.patch | 20 ++++++++++++++++++++
 debian/patches/series                                |  1 +
 2 files changed, 21 insertions(+)

diff --git a/debian/patches/0004-do-not-use-deprecated-sphinx-pngmath-extension.patch b/debian/patches/0004-do-not-use-deprecated-sphinx-pngmath-extension.patch
new file mode 100644
index 0000000..1d27357
--- /dev/null
+++ b/debian/patches/0004-do-not-use-deprecated-sphinx-pngmath-extension.patch
@@ -0,0 +1,20 @@
+From: =?utf-8?q?Picca_Fr=C3=A9d=C3=A9ric-Emmanuel?= <picca at debian.org>
+Date: Wed, 17 Aug 2016 13:02:29 +0200
+Subject: do not use deprecated sphinx pngmath extension
+
+---
+ doc/source/conf.py | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/doc/source/conf.py b/doc/source/conf.py
+index b9945e6..a3d361a 100644
+--- a/doc/source/conf.py
++++ b/doc/source/conf.py
+@@ -40,7 +40,6 @@ except:
+ extensions = [
+     'sphinx.ext.autodoc',
+     'sphinx.ext.todo',
+-    'sphinx.ext.pngmath',
+     'sphinxcontrib.programoutput',
+     'sphinx.ext.mathjax'
+ ]
diff --git a/debian/patches/series b/debian/patches/series
index 0e5fcef..929afd9 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 0001-remove-useless-logic-in-conf.py.patch
 0002-skip-test-if-no-network.patch
 0003-use-the-system-mathjax.patch
+0004-do-not-use-deprecated-sphinx-pngmath-extension.patch

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



More information about the debian-science-commits mailing list