projects
/
scipy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70d7cf6
)
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>
Thu, 19 Jan 2023 13:54:51 +0000
(13:54 +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 45d66aa96003d83920a3a42c4953db83d4fc5c27..b311d277d6ed5baf3e6e1ef6654189341a811b32 100644
(file)
--- a/
doc/source/conf.py
+++ b/
doc/source/conf.py
@@
-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'
# -----------------------------------------------------------------------------