[Python-modules-commits] [python-networkx] 06/10: Using local MathJax.js script

Sandro Tosi morph at moszumanska.debian.org
Thu Jan 28 20:07:41 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 4766591fda1c3208115c58ff0e0875cdf779a7ee
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 50eb526..06cc05a 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