File: using-local-mathjax.js.patch

package info (click to toggle)
python-networkx 1.9%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 5,052 kB
  • ctags: 3,986
  • sloc: python: 52,132; makefile: 176
file content (16 lines) | stat: -rw-r--r-- 545 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Using local MathJax.js script
 This avoids a privacy breach.
Author: Thomas Goirand <zigo@debian.org>
Forwarded: no
Last-Update: 2014-06-23

--- python-networkx-1.9.orig/doc/source/conf.py
+++ python-networkx-1.9/doc/source/conf.py
@@ -175,6 +175,6 @@ intersphinx_mapping = {'http://docs.pyth
 
 default_role = 'math'
 trac_url = 'https://networkx.lanl.gov/trac/'
-mathjax_path = 'https://c328740.ssl.cf1.rackcdn.com/mathjax/latest/MathJax.js?config=TeX-AMS_HTML'
+mathjax_path = 'MathJax.js'
 
 numpydoc_show_class_members = False