mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
gh-101100: Fix Sphinx nitpicks in library/inspect.rst
and reference/simple_stmts.rst
(#113107)
This commit is contained in:
parent
1161c14e8c
commit
4b3cb082da
3 changed files with 7 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue