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>
Sat, 16 Jan 2021 12:26:56 +0000 (12:26 +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 dfdda65dd8a1d45a98420ba90ca114b532662267..90becae24d048a12d09b0257c100230a5def2fd3 100755 (executable)
@@ -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'
 
 
 # -----------------------------------------------------------------------------