1 2 3 4 5 6 7 8 9 10 11 12 13
|
Index: magma/docs/Doxyfile
===================================================================
--- magma.orig/docs/Doxyfile
+++ magma/docs/Doxyfile
@@ -1888,7 +1888,7 @@ MATHJAX_FORMAT = HTML-CSS
# - in case of MathJax version 3: https://cdn.jsdelivr.net/npm/mathjax@3
# This tag requires that the tag USE_MATHJAX is set to YES.
-MATHJAX_RELPATH = http://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
|