From: Suzanne Goldlust Date: Tue, 27 Jun 2023 14:57:22 +0000 (+0000) Subject: [#2833] Update MATHJAX_RELPATH default info X-Git-Tag: Kea-2.4.0~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1be6921491539ae57ad1bdcc8362aae760f2bd8f;p=thirdparty%2Fkea.git [#2833] Update MATHJAX_RELPATH default info --- 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