[linop] 03/06: d/p: add patch to use system mathjax

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Wed Jul 1 10:58:35 UTC 2015


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

ghisvail-guest pushed a commit to branch master
in repository linop.

commit 031eacc88fa27acddc6d18eb7ef219eb60fee759
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Wed Jul 1 11:47:24 2015 +0100

    d/p: add patch to use system mathjax
---
 debian/patches/series                   |  1 +
 debian/patches/use-system-mathjax.patch | 11 +++++++++++
 2 files changed, 12 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
index e69de29..e283f80 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -0,0 +1 @@
+use-system-mathjax.patch
diff --git a/debian/patches/use-system-mathjax.patch b/debian/patches/use-system-mathjax.patch
new file mode 100644
index 0000000..56b96a8
--- /dev/null
+++ b/debian/patches/use-system-mathjax.patch
@@ -0,0 +1,11 @@
+--- a/doc/source/conf.py
++++ b/doc/source/conf.py
+@@ -26,7 +26,7 @@
+ extensions += ['sphinx.ext.todo']
+ extensions += ['sphinx.ext.mathjax']
+ #extensions += ['mathjax']
+-mathjax_path = 'https://c328740.ssl.cf1.rackcdn.com/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'
++mathjax_path = 'MathJax.js'
+ 
+ # Add any paths that contain templates here, relative to this directory.
+ #templates_path = ['.templates']

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



More information about the debian-science-commits mailing list