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
|