use_local_mathjax
authorSVN-Git Migration <python-modules-team@lists.alioth.debian.org>
Mon, 12 Oct 2015 22:17:20 +0000 (15:17 -0700)
committerPeter Michael Green <plugwash@raspbian.org>
Mon, 26 Sep 2022 01:12:43 +0000 (02:12 +0100)
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

index 45d66aa96003d83920a3a42c4953db83d4fc5c27..b311d277d6ed5baf3e6e1ef6654189341a811b32 100644 (file)
@@ -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'
 
 
 # -----------------------------------------------------------------------------