Fix #10181: napoleon_use_ivar adds unexpected prefix to vars

Since 4.0, :ivar: items has not been rendered as hyperlinks.  So any
modules, classes and tilda are now harmful.  This removes the prefixing
filter for napoleon_use_ivar option.

refs: #5129 and #5977
This commit is contained in:
Takeshi KOMIYA
2022-02-12 00:28:18 +09:00
parent a32d609061
commit 8224f6f44a
4 changed files with 29 additions and 1 deletions

View File

@@ -22,6 +22,11 @@ The following is a list of deprecated interfaces.
- (will be) Removed
- Alternatives
* - ``sphinx.ext.napoleon.docstring.GoogleDocstring._qualify_name()``
- 4.5
- 6.0
- N/A
* - ``sphinx.ext.autodoc.AttributeDocumenter._datadescriptor``
- 4.3
- 6.0