From 63e988b6217f4f8b176ed39adf84362bc4c2e5b9 Mon Sep 17 00:00:00 2001 From: Paul Kuberry Date: Mon, 9 Dec 2024 12:32:34 -0500 Subject: [PATCH] Add config to MathJax --- doc/Doxyfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/Doxyfile b/doc/Doxyfile index c260eac8..475ee6d7 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -1523,7 +1523,8 @@ MATHJAX_FORMAT = HTML-CSS # The default value is: http://cdn.mathjax.org/mathjax/latest. # This tag requires that the tag USE_MATHJAX is set to YES. -MATHJAX_RELPATH = http://cdn.mathjax.org/mathjax/latest +# https was required to have it resolve on Github pages +MATHJAX_RELPATH = https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML # The MATHJAX_EXTENSIONS tag can be used to specify one or more MathJax # extension names that should be enabled during MathJax rendering. For example