From: SVN-Git Migration Date: Mon, 12 Oct 2015 22:17:20 +0000 (-0700) Subject: use_local_mathjax X-Git-Tag: archive/raspbian/1.10.1-6+rpi1^2~14 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e00e7301ccc87dd8afaa89a88eda24b94d053932;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 deca00f0..890b778d 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -224,6 +224,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