From 4a60e22200cbf0c8ff2a59f69a81ef1b2b89bf4f Mon Sep 17 00:00:00 2001 From: ptahmose Date: Wed, 26 Jun 2024 15:42:24 +0200 Subject: [PATCH] update URL for MathJax for doxygen (#104) --- Src/Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Src/Doxyfile b/Src/Doxyfile index 4a8bcd0a..1b18d53b 100644 --- a/Src/Doxyfile +++ b/Src/Doxyfile @@ -1862,7 +1862,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 = https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1 # The MATHJAX_EXTENSIONS tag can be used to specify one or more MathJax # extension names that should be enabled during MathJax rendering. For example