summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Brossier <piem@debian.org>2020-01-08 13:39:53 +0100
committerPaul Brossier <piem@debian.org>2020-01-08 13:39:53 +0100
commit4091da2d0b7ab4d648abc5ba71d36513df755b54 (patch)
treeb93f681c7c745e5ba65a81d13b8c64d8cc316e5a
parentafe8d0e8760a3524d563b490b9775cabeb536af8 (diff)
use locally installed mathjax
Forwarded: not-needed Last-Update: 2013-12-29 This patch makes use of the locally installed mathjax script so that equations in the documentation can be rendered when no internet connection is available. Gbp-Pq: Name local_mathjax.patch
-rw-r--r--doc/web.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/web.cfg b/doc/web.cfg
index ccd6233..97951c7 100644
--- a/doc/web.cfg
+++ b/doc/web.cfg
@@ -1526,7 +1526,7 @@ MATHJAX_FORMAT = HTML-CSS
# The default value is: http://cdn.mathjax.org/mathjax/latest.
# This tag requires that the tag USE_MATHJAX is set to YES.
-MATHJAX_RELPATH = https://cdn.mathjax.org/mathjax/latest
+MATHJAX_RELPATH = file:///usr/share/javascript/mathjax
# The MATHJAX_EXTENSIONS tag can be used to specify one or more MathJax
# extension names that should be enabled during MathJax rendering. For example