projects
/
scipy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d163774
)
use_local_mathjax
author
SVN-Git Migration
<python-modules-team@lists.alioth.debian.org>
Mon, 12 Oct 2015 22:17:20 +0000
(15:17 -0700)
committer
Drew 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
patch
|
blob
|
history
diff --git
a/doc/source/conf.py
b/doc/source/conf.py
index dfdda65dd8a1d45a98420ba90ca114b532662267..90becae24d048a12d09b0257c100230a5def2fd3 100755
(executable)
--- a/
doc/source/conf.py
+++ b/
doc/source/conf.py
@@
-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'
# -----------------------------------------------------------------------------