[Python-modules-commits] [python-networkx] 06/09: Using local MathJax.js script
Sandro Tosi
morph at moszumanska.debian.org
Sun Jan 31 11:30:19 UTC 2016
This is an automated email from the git hooks/post-receive script.
morph pushed a commit to branch master
in repository python-networkx.
commit dab8178345ed3c93414f040ad1d51c9f3bc4790a
Author: Thomas Goirand <zigo at debian.org>
Date: Thu Oct 8 12:35:00 2015 -0700
Using local MathJax.js script
This avoids a privacy breach.
Forwarded: no
Last-Update: 2014-06-23
Patch-Name: using-local-mathjax.js.patch
---
doc/source/conf.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 35a1980..f934195 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -225,6 +225,6 @@ intersphinx_mapping = {'http://docs.python.org/': '../../debian/python.org_objec
default_role = 'math'
trac_url = 'https://networkx.lanl.gov/trac/'
-mathjax_path = 'https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML'
+mathjax_path = 'MathJax.js'
numpydoc_show_class_members = False
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-networkx.git
More information about the Python-modules-commits
mailing list