Fix the link to the MathJax CDN guide

This commit is contained in:
Adam Turner 2024-07-02 22:32:27 +01:00
parent 1887df0b5c
commit 00cc5f6585

View File

@ -25,7 +25,7 @@ if TYPE_CHECKING:
from sphinx.writers.html import HTML5Translator
# more information for mathjax secure url is here:
# https://docs.mathjax.org/en/latest/start.html#secure-access-to-the-cdn
# https://docs.mathjax.org/en/latest/web/start.html#using-mathjax-from-a-content-delivery-network-cdn
MATHJAX_URL = 'https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js'
logger = sphinx.util.logging.getLogger(__name__)