summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSuzanne Goldlust <sgoldlust@isc.org>2023-06-27 16:57:22 +0200
committerPiotrek Zadroga <piotrek@isc.org>2023-06-27 17:32:48 +0200
commit1be6921491539ae57ad1bdcc8362aae760f2bd8f (patch)
tree3d55c249b9434c9d0884485f9b74e3e431ebd0c1 /doc
parent[#2833] Add web archive link to SunStudio/boost section (diff)
downloadkea-1be6921491539ae57ad1bdcc8362aae760f2bd8f.tar.xz
kea-1be6921491539ae57ad1bdcc8362aae760f2bd8f.zip
[#2833] Update MATHJAX_RELPATH default info
Diffstat (limited to 'doc')
-rw-r--r--doc/devel/Doxyfile6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/devel/Doxyfile b/doc/devel/Doxyfile
index 0e7fda0880..ece7d16f68 100644
--- a/doc/devel/Doxyfile
+++ b/doc/devel/Doxyfile
@@ -1640,10 +1640,12 @@ MATHJAX_FORMAT = HTML-CSS
# Content Delivery Network so you can quickly see the result without installing
# MathJax. However, it is strongly recommended to install a local copy of
# MathJax from https://www.mathjax.org before deployment.
-# The default value is: https://cdn.jsdelivr.net/npm/mathjax@2.
+# The default value is:
+# - for MathJax version 2: https://cdn.jsdelivr.net/npm/mathjax@2
+# - for 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 =
# The MATHJAX_EXTENSIONS tag can be used to specify one or more MathJax
# extension names that should be enabled during MathJax rendering. For example