From a0ac2b0cc62604009f529037001fb544176b4db3 Mon Sep 17 00:00:00 2001 From: "Bryan W. Weber" Date: Tue, 13 Feb 2018 16:16:17 -0500 Subject: [PATCH] [Doc] Update Doxygen MathJax link The MathJax CDN is shutting down --- doc/doxygen/Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/doxygen/Doxyfile b/doc/doxygen/Doxyfile index e10374ab3..da57c137a 100644 --- a/doc/doxygen/Doxyfile +++ b/doc/doxygen/Doxyfile @@ -15,7 +15,7 @@ #--------------------------------------------------------------------------- USE_MATHJAX = YES -MATHJAX_RELPATH = https://cdn.mathjax.org/mathjax/latest +MATHJAX_RELPATH = https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2 # This tag specifies the encoding used for all characters in the config file # that follow. The default is UTF-8 which is also the encoding used for all