From 1be6921491539ae57ad1bdcc8362aae760f2bd8f Mon Sep 17 00:00:00 2001 From: Suzanne Goldlust Date: Tue, 27 Jun 2023 14:57:22 +0000 Subject: [PATCH] [#2833] Update MATHJAX_RELPATH default info --- doc/devel/Doxyfile | 6 ++++-- 1 file 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 -- 2.47.2