https://cdn.mathjax.org is shutting down, so switch to the recommended alternative CDN.
Fixes #4169
IF(MATHJAX_PATH AND NOT DEAL_II_DOXYGEN_USE_ONLINE_MATHJAX)
SET(_mathjax_relpath ${MATHJAX_PATH})
MESSAGE(STATUS "Using local MathJax: " ${MATHJAX_PATH})
- SET(MATHJAX_RELPATH_CONFIG "MATHJAX_RELPATH = ${MATHJAX_PATH}")
ELSE()
- SET(_mathjax_relpath "https://cdn.mathjax.org/mathjax/latest")
+ SET(_mathjax_relpath "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/")
MESSAGE(STATUS "Using web-based MathJax: " ${_mathjax_relpath})
- SET(MATHJAX_RELPATH_CONFIG "")
- MESSAGE(STATUS "Using default web-based MathJax")
ENDIF()
ELSE()
SET(_use_mathjax NO)
In the beginning the Universe was created. This has made a lot of
people very angry and has been widely regarded as a bad move.
Douglas Adams