diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2021-10-23 14:59:36 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2021-10-23 14:59:36 +0900 |
commit | b778ee806eabbe39c4366de1348f51f47a4dddd6 (patch) | |
tree | 633082c2eb55c10d80ffcfa8d657e03270dc688b /doc/extdev | |
parent | e6f9603494eee973664fe0ac49d9ef473011ee3f (diff) | |
download | sphinx-git-b778ee806eabbe39c4366de1348f51f47a4dddd6.tar.gz |
Fix #9752: autodoc: Failed to detect type annotation for slots attribute
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 611a79076..8c3576b2c 100644 --- a/doc/extdev/deprecated.rst +++ b/doc/extdev/deprecated.rst @@ -22,6 +22,11 @@ The following is a list of deprecated interfaces. - (will be) Removed - Alternatives + * - ``sphinx.ext.autodoc.AttributeDocumenter._datadescriptor`` + - 4.3 + - 6.0 + - N/A + * - ``sphinx.writers.html.HTMLTranslator._fieldlist_row_index`` - 4.3 - 6.0 |