use_local_mathjax
authorSVN-Git Migration <python-modules-team@lists.alioth.debian.org>
Mon, 12 Oct 2015 22:17:20 +0000 (15:17 -0700)
committerDrew Parsons <dparsons@debian.org>
Tue, 7 Feb 2023 08:49:03 +0000 (08:49 +0000)
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 deca00f05d6f22e3509154be2b0ac76df13890e9..890b778d325b1b80b676db58fd58076636a36518 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'
 
 # -----------------------------------------------------------------------------
 # Intersphinx configuration