summaryrefslogtreecommitdiff
path: root/doc/source/conf.py
diff options
context:
space:
mode:
authorDebian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>2024-02-28 13:46:37 +0100
committerÉtienne Mollier <emollier@debian.org>2024-02-28 13:46:37 +0100
commitff1b5bc39499ef5d8258845b239e9b3bb3637ba4 (patch)
tree6a66ea1ad9ba7ec3d1fd3c1ac4498020d27b4a53 /doc/source/conf.py
parentb5fc8f74937c76384d58eb5c69f8077ac4465242 (diff)
Use Debian packaged MathJax
Last-Update: 2015-11-02 11:35:58 -0500 Gbp-Pq: Name deb_localmathjax
Diffstat (limited to 'doc/source/conf.py')
-rw-r--r--doc/source/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index d6f9698f..6a8e905c 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -246,7 +246,7 @@ html_show_sourcelink = True
# Output file base name for HTML help builder.
htmlhelp_basename = 'nibabeldoc'
-mathjax_path = 'https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'
+mathjax_path = 'file:///usr/share/javascript/mathjax/MathJax.js'
# -- Options for LaTeX output -------------------------------------------------