Skip to content

Commit

Permalink
Update CHANGES for PR sphinx-doc#5230
Browse files Browse the repository at this point in the history
  • Loading branch information
tk0miya committed Jan 1, 2020
1 parent c5b6534 commit 2f36d79
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -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``
Expand Down
4 changes: 4 additions & 0 deletions doc/usage/extensions/math.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 2f36d79

Please sign in to comment.