gh-101100: Fix Sphinx nitpicks in library/collections.abc.rst (#113116)

This commit is contained in:
Alex Waygood 2023-12-14 19:25:55 +00:00 committed by GitHub
parent 93cf7358d9
commit 006355b2a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 43 additions and 41 deletions

View file

@ -245,10 +245,11 @@ nitpick_ignore += [
# be resolved, as the method is currently undocumented. For context, see
# https://github.com/python/cpython/pull/103289.
('py:meth', '_SubParsersAction.add_parser'),
# Attributes that definitely should be documented better,
# Attributes/methods/etc. that definitely should be documented better,
# but are deferred for now:
('py:attr', '__annotations__'),
('py:attr', '__wrapped__'),
('py:meth', 'index'), # list.index, tuple.index, etc.
]
# gh-106948: Copy standard C types declared in the "c:type" domain to the