diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2018-07-20 01:37:31 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2018-07-21 01:50:23 +0900 |
commit | 0c277f3ff007a464d7769c9561c449428d38dabc (patch) | |
tree | 2444a5f99ee65846ddd9f57a30635e28cb405b03 /doc/extdev | |
parent | f272d6876cb499ac25f779e606593e3459e565b7 (diff) | |
download | sphinx-git-0c277f3ff007a464d7769c9561c449428d38dabc.tar.gz |
``sphinx.highlighting.PygmentsBridge.unhighlight()`` is deprecated
Diffstat (limited to 'doc/extdev')
-rw-r--r-- | doc/extdev/index.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/extdev/index.rst b/doc/extdev/index.rst index 7aa6a7948..98824f7ed 100644 --- a/doc/extdev/index.rst +++ b/doc/extdev/index.rst @@ -131,6 +131,11 @@ The following is a list of deprecated interface. - 4.0 - :meth:`~sphinx.application.Sphinx.add_js_file()` + * - ``sphinx.highlighting.PygmentsBridge.unhighlight()`` + - 1.8 + - 3.0 + - N/A + * - ``sphinx.ext.mathbase.MathDomain`` - 1.8 - 3.0 |