[pyfai] 15/22: fix the privacy breach

Frédéric-Emmanuel Picca picca at moszumanska.debian.org
Wed Jun 8 14:33:57 UTC 2016


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

picca pushed a commit to annotated tag debian/0.12.0+dfsg-1
in repository pyfai.

commit d40636d9379ac5bbb07f8b0a8e73d0f000d9fed3
Author: Picca Frédéric-Emmanuel <picca at synchrotron-soleil.fr>
Date:   Wed Jun 8 12:44:59 2016 +0200

    fix the privacy breach
---
 debian/patches/0003-use-the-system-mathjax.patch | 26 ++++++++++++++++++++++++
 debian/patches/series                            |  1 +
 2 files changed, 27 insertions(+)

diff --git a/debian/patches/0003-use-the-system-mathjax.patch b/debian/patches/0003-use-the-system-mathjax.patch
new file mode 100644
index 0000000..c587160
--- /dev/null
+++ b/debian/patches/0003-use-the-system-mathjax.patch
@@ -0,0 +1,26 @@
+From: =?utf-8?q?Picca_Fr=C3=A9d=C3=A9ric-Emmanuel?=
+ <picca at synchrotron-soleil.fr>
+Date: Wed, 8 Jun 2016 12:44:39 +0200
+Subject: use the system mathjax
+
+---
+ doc/source/conf.py | 6 ++++++
+ 1 file changed, 6 insertions(+)
+
+diff --git a/doc/source/conf.py b/doc/source/conf.py
+index e08ccdc..71f661a 100644
+--- a/doc/source/conf.py
++++ b/doc/source/conf.py
+@@ -187,6 +187,12 @@ html_static_path = ['_static']
+ htmlhelp_basename = 'pyFAIdoc'
+ 
+ 
++# -- Option for MathJax extension ----------------------------------------------
++
++# Override required in order to use Debian's system mathjax
++mathjax_path = 'MathJax.js?config=TeX-AMS-MML_HTMLorMML'
++
++
+ # -- Options for LaTeX output --------------------------------------------------
+ 
+ latex_elements = {
diff --git a/debian/patches/series b/debian/patches/series
index e34e02a..0e5fcef 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 0001-remove-useless-logic-in-conf.py.patch
 0002-skip-test-if-no-network.patch
+0003-use-the-system-mathjax.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