diff options
| author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2020-11-26 01:22:23 +0900 |
|---|---|---|
| committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2020-11-26 01:22:25 +0900 |
| commit | 93c9ce5cd8cf3e393e7ce5a793418425bf7605d1 (patch) | |
| tree | 91bff3a58ed220d1db0d91165eeb313aa8158b3a /doc/extdev/deprecated.rst | |
| parent | c941b9cb14aefc132d6e3691085ce9704c1356e6 (diff) | |
| download | sphinx-git-93c9ce5cd8cf3e393e7ce5a793418425bf7605d1.tar.gz | |
refactor: Deprecate InstanceAttributeDocumenter
InstanceAttributeDocumenter is merged into AttributeDocumenter in #7946
and #8444. So it is no longer needed now.
Diffstat (limited to 'doc/extdev/deprecated.rst')
| -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 6e0960de4..bbd9d283e 100644 --- a/doc/extdev/deprecated.rst +++ b/doc/extdev/deprecated.rst @@ -41,6 +41,11 @@ The following is a list of deprecated interfaces. - 5.0 - ``sphinx.ext.autodoc.DataDocumenter`` + * - ``sphinx.ext.autodoc.InstanceAttributeDocumenter`` + - 3.4 + - 5.0 + - ``sphinx.ext.autodoc.AttributeDocumenter`` + * - ``sphinx.ext.autodoc.SlotsAttributeDocumenter`` - 3.4 - 5.0 |
