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>
Fri, 23 Feb 2024 12:24:19 +0000 (13:24 +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 6b368775378f92351b7e78ba6546fecfd26e06ea..cc01771caf0983a3e3d7b04537bfadbe68b334fe 100644 (file)
@@ -244,6 +244,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