From 628fb2567faff9dba8d554c8e3f6e285bb2202cf Mon Sep 17 00:00:00 2001 From: SVN-Git Migration Date: Mon, 12 Oct 2015 15:17:20 -0700 Subject: [PATCH] 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 --- doc/source/conf.py | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2