@@ -318,34 +318,9 @@ Sphinx but is set to automatically include it from a third-party site.
318318 This has been renamed to :confval: `mathjax2_config `.
319319 :confval: `mathjax_config ` is still supported for backwards compatibility.
320320
321- :mod: `sphinx.ext.jsmath ` -- Render math via JavaScript
322- ------------------------------------------------------
323-
324- .. module :: sphinx.ext.jsmath
325- :synopsis: Render math using JavaScript via JSMath.
326-
327- This extension works just as the MathJax extension does, but uses the older
328- package jsMath _. It provides this config value:
329-
330- .. confval :: jsmath_path
331- :type: :code-py: `str `
332- :default: :code-py: `'' `
333-
334- The path to the JavaScript file to include in the HTML files in order to load
335- JSMath.
336-
337- The path can be absolute or relative; if it is relative, it is relative to
338- the ``_static `` directory of the built docs.
339-
340- For example, if you put JSMath into the static path of the Sphinx docs, this
341- value would be ``jsMath/easy/load.js ``. If you host more than one
342- Sphinx documentation set on one server, it is advisable to install jsMath in
343- a shared location.
344-
345321
346322.. _dvipng : https://savannah.nongnu.org/projects/dvipng/
347323.. _dvisvgm : https://dvisvgm.de/
348324.. _dvisvgm FAQ : https://dvisvgm.de/FAQ
349325.. _MathJax : https://www.mathjax.org/
350- .. _jsMath : https://www.math.union.edu/~dpvc/jsmath/
351326.. _LaTeX preview package : https://www.gnu.org/software/auctex/preview-latex.html
0 commit comments