]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2833] Update MATHJAX_RELPATH default info
authorSuzanne Goldlust <sgoldlust@isc.org>
Tue, 27 Jun 2023 14:57:22 +0000 (14:57 +0000)
committerPiotrek Zadroga <piotrek@isc.org>
Tue, 27 Jun 2023 15:32:48 +0000 (15:32 +0000)
doc/devel/Doxyfile

index 0e7fda0880435612c2270160e5dff17b45025e44..ece7d16f6859654e420d6fa612d605b96118d1a7 100644 (file)
@@ -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