We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96c289e commit 63e988bCopy full SHA for 63e988b
doc/Doxyfile
@@ -1523,7 +1523,8 @@ MATHJAX_FORMAT = HTML-CSS
1523
# The default value is: http://cdn.mathjax.org/mathjax/latest.
1524
# This tag requires that the tag USE_MATHJAX is set to YES.
1525
1526
-MATHJAX_RELPATH = http://cdn.mathjax.org/mathjax/latest
+# https was required to have it resolve on Github pages
1527
+MATHJAX_RELPATH = https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML
1528
1529
# The MATHJAX_EXTENSIONS tag can be used to specify one or more MathJax
1530
# extension names that should be enabled during MathJax rendering. For example
0 commit comments