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~1^2^2~4 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a912fdbaa6e72d778dadc227ba7b13330b297759;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 dfdda65d..90becae2 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -211,6 +211,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' # -----------------------------------------------------------------------------