From: SVN-Git Migration Date: Mon, 12 Oct 2015 22:17:20 +0000 (-0700) Subject: use_local_mathjax X-Git-Tag: archive/raspbian/1.11.4-6+rpi1^2~13 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=49faf6e6629d91c696a2cd603dc75d66c20cbe4c;p=scipy.git use_local_mathjax Setting mathjax_path variable to use the local mathjax javascript library Patch-Name: use_local_mathjax.patch Gbp-Pq: Name use_local_mathjax.patch --- diff --git a/doc/source/conf.py b/doc/source/conf.py index 6b368775..cc01771c 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -244,6 +244,7 @@ html_file_suffix = '.html' htmlhelp_basename = 'scipy' mathjax_path = "scipy-mathjax/MathJax.js?config=scipy-mathjax" +mathjax_path='/usr/share/javascript/mathjax/MathJax.js?config=TeX-AMS-MML_HTMLorMML' # ----------------------------------------------------------------------------- # Intersphinx configuration