mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix the link to the MathJax CDN guide
This commit is contained in:
parent
1887df0b5c
commit
00cc5f6585
@ -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__)
|
||||
|
Loading…
Reference in New Issue
Block a user