[python-shapely] 117/148: Patch: retrieve MathJax locally

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Thu Aug 20 17:42:10 UTC 2015


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

sebastic pushed a commit to branch master
in repository python-shapely.

commit c90c97f89230ca86e7b83548fdbfe17464db3d55
Author: Pietro Battiston <me at pietrobattiston.it>
Date:   Tue Sep 30 14:10:44 2014 +0200

    Patch: retrieve MathJax locally
---
 .../patches/0003-Retrieve-MathJax.js-locally.patch  | 21 +++++++++++++++++++++
 debian/patches/series                               |  1 +
 2 files changed, 22 insertions(+)

diff --git a/debian/patches/0003-Retrieve-MathJax.js-locally.patch b/debian/patches/0003-Retrieve-MathJax.js-locally.patch
new file mode 100644
index 0000000..ec3acf6
--- /dev/null
+++ b/debian/patches/0003-Retrieve-MathJax.js-locally.patch
@@ -0,0 +1,21 @@
+From: Pietro Battiston <me at pietrobattiston.it>
+Date: Tue, 30 Sep 2014 11:56:55 +0200
+Subject: Retrieve MathJax.js locally
+
+---
+ docs/conf.py | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/docs/conf.py b/docs/conf.py
+index fe3b911..0fc0781 100644
+--- a/docs/conf.py
++++ b/docs/conf.py
+@@ -39,6 +39,8 @@ extensions = [
+     'sphinx.ext.mathjax', # <--/
+ ]
+ 
++mathjax_path = 'mathjax/MathJax.js?config=tex-ams-mml_htmlormml'
++
+ # Add any paths that contain templates here, relative to this directory.
+ #templates_path = ['_templates']
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 06def69..013f5be 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 0001-Use-cythonize-for-cythonization.patch
 0002-setup.cfg-to-autobuild-sphinx.patch
+0003-Retrieve-MathJax.js-locally.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/python-shapely.git



More information about the Pkg-grass-devel mailing list