mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Update CHANGES for PR #5230
This commit is contained in:
parent
c5b653433d
commit
2f36d792f3
2
CHANGES
2
CHANGES
@ -1124,6 +1124,8 @@ Features added
|
||||
* #5029: autosummary: expose ``inherited_members`` to template
|
||||
* #3784: mathjax: Add :confval:`mathjax_options` to give options to script tag
|
||||
for mathjax
|
||||
* #726, #969: mathjax: Add :confval:`mathjax_config` to give in-line
|
||||
configurations for mathjax
|
||||
* #4362: latex: Don't overwrite .tex file if document not changed
|
||||
* #1431: latex: Add alphanumeric enumerated list support
|
||||
* Add :confval:`latex_use_xindy` for UTF-8 savvy indexing, defaults to ``True``
|
||||
|
@ -191,6 +191,8 @@ Sphinx but is set to automatically include it from a third-party site.
|
||||
|
||||
The default is empty (``{}``).
|
||||
|
||||
.. versionadded:: 1.8
|
||||
|
||||
.. confval:: mathjax_config
|
||||
|
||||
The inline configuration options for mathjax. The value is used as a
|
||||
@ -206,6 +208,8 @@ Sphinx but is set to automatically include it from a third-party site.
|
||||
|
||||
The default is empty (not configured).
|
||||
|
||||
.. versionadded:: 1.8
|
||||
|
||||
.. _Using in-line configuration options: https://docs.mathjax.org/en/latest/configuration.html#using-in-line-configuration-options
|
||||
|
||||
:mod:`sphinx.ext.jsmath` -- Render math via JavaScript
|
||||
|
Loading…
Reference in New Issue
Block a user