From: SVN-Git Migration Date: Mon, 12 Oct 2015 22:17:20 +0000 (-0700) Subject: use_local_mathjax X-Git-Tag: archive/raspbian/1.8.1-20+rpi1^2~20 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=59907b9aa9a2053e079f6683b97fb11a05a54af3;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 45d66aa9..b311d277 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' # -----------------------------------------------------------------------------