[pyfai] 17/22: refresh the sphinx patch

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 585f6a981d6a29de754254e9b4fa9e85ff7b54c3
Author: Picca Frédéric-Emmanuel <picca at synchrotron-soleil.fr>
Date:   Wed Jun 8 14:22:20 2016 +0200

    refresh the sphinx patch
---
 debian/control                                   | 4 +++-
 debian/patches/0003-use-the-system-mathjax.patch | 6 +++---
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index b770ca5..8ce341d 100644
--- a/debian/control
+++ b/debian/control
@@ -10,6 +10,7 @@ Build-Depends: cython,
                cython3-dbg,
                debhelper (>= 9),
                dh-python,
+               libjs-mathjax,
                python-all-dev,
                python-all-dbg,
                python-fabio (>= 0.3.0+dfsg-1~),
@@ -225,7 +226,8 @@ Package: python-pyfai-doc
 Architecture: all
 Section: doc
 Depends: ${misc:Depends},
-         ${sphinxdoc:Depends}
+         ${sphinxdoc:Depends},
+         libjs-mathjax,
 Description: Fast Azimuthal Integration scripts - Documentation
  PyFAI is a Python library for azimuthal integration; it allows the conversion
  of diffraction images taken with 2D detectors like CCD cameras into X-Ray
diff --git a/debian/patches/0003-use-the-system-mathjax.patch b/debian/patches/0003-use-the-system-mathjax.patch
index c587160..1b91d3a 100644
--- a/debian/patches/0003-use-the-system-mathjax.patch
+++ b/debian/patches/0003-use-the-system-mathjax.patch
@@ -1,6 +1,6 @@
 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
+Date: Wed, 8 Jun 2016 13:52:34 +0200
 Subject: use the system mathjax
 
 ---
@@ -8,7 +8,7 @@ Subject: use the system mathjax
  1 file changed, 6 insertions(+)
 
 diff --git a/doc/source/conf.py b/doc/source/conf.py
-index e08ccdc..71f661a 100644
+index e08ccdc..583b559 100644
 --- a/doc/source/conf.py
 +++ b/doc/source/conf.py
 @@ -187,6 +187,12 @@ html_static_path = ['_static']
@@ -18,7 +18,7 @@ index e08ccdc..71f661a 100644
 +# -- Option for MathJax extension ----------------------------------------------
 +
 +# Override required in order to use Debian's system mathjax
-+mathjax_path = 'MathJax.js?config=TeX-AMS-MML_HTMLorMML'
++mathjax_path = 'file:///usr/share/javascript/mathjax/MathJax.js?config=TeX-AMS-MML_HTMLorMML'
 +
 +
  # -- Options for LaTeX output --------------------------------------------------

-- 
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