diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2018-07-29 11:21:36 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-29 11:21:36 +0900 |
commit | 104bd42f5124d4510f4222928b944dcdda79cc7c (patch) | |
tree | ecc52a69d076aab13c303733cb545ba3f72dbd10 /doc/extdev | |
parent | 9bb1e83668f7368c69883228744c0b771a8c892a (diff) | |
parent | 58e3ef8be95b46d4f122cb7b088aab7b2b5da684 (diff) | |
download | sphinx-git-104bd42f5124d4510f4222928b944dcdda79cc7c.tar.gz |
Merge branch 'master' into refactor_highlighter
Diffstat (limited to 'doc/extdev')
-rw-r--r-- | doc/extdev/appapi.rst | 2 | ||||
-rw-r--r-- | doc/extdev/index.rst | 5 |
2 files changed, 7 insertions, 0 deletions
diff --git a/doc/extdev/appapi.rst b/doc/extdev/appapi.rst index 9828f035f..ee612765c 100644 --- a/doc/extdev/appapi.rst +++ b/doc/extdev/appapi.rst @@ -93,6 +93,8 @@ package. .. automethod:: Sphinx.add_html_theme(name, theme_path) +.. automethod:: Sphinx.add_html_math_renderer(name, inline_renderers, block_renderers) + .. automethod:: Sphinx.add_message_catalog(catalog, locale_dir) .. automethod:: Sphinx.is_parallel_allowed(typ) diff --git a/doc/extdev/index.rst b/doc/extdev/index.rst index a18534714..0002af853 100644 --- a/doc/extdev/index.rst +++ b/doc/extdev/index.rst @@ -147,6 +147,11 @@ The following is a list of deprecated interface. - 3.0 - ``sphinx.domains.math.MathDomain`` + * - ``sphinx.ext.mathbase.setup_math()`` + - 1.8 + - 3.0 + - :meth:`~sphinx.application.Sphinx.add_html_math_renderer()` + * - ``sphinx.ext.mathbase.is_in_section_title()`` - 1.8 - 3.0 |