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-22+rpi1^2~21 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a27cec8ee0e1ad21b892f854111b0e15afacdcdf;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' # -----------------------------------------------------------------------------