mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Update docs regarding the CDN used by default for MathJax
This commit is contained in:
parent
a069378adb
commit
6f283d6879
@ -224,10 +224,14 @@ Sphinx.
|
||||
The path to the JavaScript file to include in the HTML files in order to load
|
||||
MathJax.
|
||||
|
||||
The default is the ``http://`` URL that loads the JS files from the `MathJax
|
||||
CDN <http://docs.mathjax.org/en/latest/start.html>`_. If you want MathJax to
|
||||
be available offline, you have to download it and set this value to a
|
||||
different path.
|
||||
The default is the ``https://`` URL that loads the JS files from the
|
||||
`cdnjs`__ Content Delivery Network. See the `MathJax Getting Started
|
||||
page`__ for details. If you want MathJax to be available offline, you have
|
||||
to download it and set this value to a different path.
|
||||
|
||||
__ https://cdjns.com
|
||||
|
||||
__ http://docs.mathjax.org/en/latest/start.html
|
||||
|
||||
The path can be absolute or relative; if it is relative, it is relative to
|
||||
the ``_static`` directory of the built docs.
|
||||
|
Loading…
Reference in New Issue
Block a user