diff options
author | Sam Tygier <samtygier@yahoo.co.uk> | 2017-10-25 19:40:23 (GMT) |
---|---|---|
committer | Sam Tygier <samtygier@yahoo.co.uk> | 2017-10-25 19:40:23 (GMT) |
commit | 57e69ba26eff5eac4b31b088cd7d3dfa7532f12c (patch) | |
tree | 8245885904764d157caa8fddd326ff368e90422c /src/config.xml | |
parent | 1308178b6787e6cfadc49972236e3c6f03b2ee3e (diff) | |
download | Doxygen-57e69ba26eff5eac4b31b088cd7d3dfa7532f12c.zip Doxygen-57e69ba26eff5eac4b31b088cd7d3dfa7532f12c.tar.gz Doxygen-57e69ba26eff5eac4b31b088cd7d3dfa7532f12c.tar.bz2 |
Update mathjax path
Set the default MATHJAX_RELPATH to the current recommended value:
https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/
(See https://www.mathjax.org/cdn-shutting-down/ )
Diffstat (limited to 'src/config.xml')
-rw-r--r-- | src/config.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.xml b/src/config.xml index 6cd7997..4d9a048 100644 --- a/src/config.xml +++ b/src/config.xml @@ -2331,7 +2331,7 @@ The \c DOCSET_PUBLISHER_NAME tag identifies the documentation publisher. <value name="NativeMML" desc="(i.e. MathML)"/> <value name="SVG"/> </option> - <option type='string' id='MATHJAX_RELPATH' format='string' defval='http://cdn.mathjax.org/mathjax/latest' depends='USE_MATHJAX'> + <option type='string' id='MATHJAX_RELPATH' format='string' defval='https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/' depends='USE_MATHJAX'> <docs> <![CDATA[ When MathJax is enabled you need to specify the location relative to the |