gh-101100: Fix most Sphinx nitpicks in inspect.rst (#112662)

This commit is contained in:
Alex Waygood 2023-12-03 17:32:49 +00:00 committed by GitHub
parent c27b09c813
commit 45650d1c47
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 19 additions and 9 deletions

View file

@ -163,6 +163,9 @@ nitpick_ignore = [
('envvar', 'USER'),
('envvar', 'USERNAME'),
('envvar', 'USERPROFILE'),
# Deprecated function that was never documented:
('py:func', 'getargspec'),
('py:func', 'inspect.getargspec'),
]
# Temporary undocumented names.