mirror of
https://github.com/python/cpython.git
synced 2025-08-10 11:58:39 +00:00
[3.12] gh-101100: Fix various Sphinx warnings for dunder references in the library/
directory (GH-113163) (#113183)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
This commit is contained in:
parent
e3396b2995
commit
00324a77da
8 changed files with 34 additions and 24 deletions
|
@ -242,6 +242,7 @@ nitpick_ignore += [
|
|||
# Attributes/methods/etc. that definitely should be documented better,
|
||||
# but are deferred for now:
|
||||
('py:attr', '__annotations__'),
|
||||
('py:meth', '__missing__'),
|
||||
('py:attr', '__wrapped__'),
|
||||
('py:meth', 'index'), # list.index, tuple.index, etc.
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue