diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2021-05-22 02:16:23 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2021-05-31 02:09:10 +0900 |
commit | 46c2e45aa69da739dee89a97c21f20253d1f61cc (patch) | |
tree | 37ab810926d93385e8d0c3c135b161b5d3099cb4 /doc/extdev | |
parent | 5c275191b640481460f115c1a1dd40fcd88754e1 (diff) | |
download | sphinx-git-46c2e45aa69da739dee89a97c21f20253d1f61cc.tar.gz |
deprecate sphinx.ext.autosummary._app
Diffstat (limited to 'doc/extdev')
-rw-r--r-- | doc/extdev/deprecated.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/extdev/deprecated.rst b/doc/extdev/deprecated.rst index f04b738de..c35b0525b 100644 --- a/doc/extdev/deprecated.rst +++ b/doc/extdev/deprecated.rst @@ -32,6 +32,11 @@ The following is a list of deprecated interfaces. - 6.0 - ``sphinx.registry.SphinxComponentRegistry.html_themes`` + * - ``sphinx.ext.autosummary._app`` + - 4.1 + - 6.0 + - N/A + * - ``sphinx.util.docstrings.extract_metadata()`` - 4.1 - 6.0 |