gh-101100: Fix Sphinx nitpicks in library/inspect.rst and reference/simple_stmts.rst (#113107)

This commit is contained in:
Alex Waygood 2023-12-14 13:30:57 +00:00 committed by GitHub
parent 1161c14e8c
commit 4b3cb082da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 5 deletions

View file

@ -245,6 +245,10 @@ 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,
# but are deferred for now:
('py:attr', '__annotations__'),
('py:attr', '__wrapped__'),
]
# gh-106948: Copy standard C types declared in the "c:type" domain to the