mirror of
https://github.com/python/cpython.git
synced 2025-08-10 03:49:18 +00:00
[3.12] gh-101100: Silence Sphinx warnings when ntpath
or posixpath
are referenced (#112833) (#112857)
(cherry-picked from commit 2c3906bc4b
)
This commit is contained in:
parent
c0fc88fa2f
commit
fb02db75cb
3 changed files with 7 additions and 4 deletions
|
@ -160,6 +160,10 @@ nitpick_ignore = [
|
|||
# Deprecated function that was never documented:
|
||||
('py:func', 'getargspec'),
|
||||
('py:func', 'inspect.getargspec'),
|
||||
# Undocumented modules that users shouldn't have to worry about
|
||||
# (implementation details of `os.path`):
|
||||
('py:mod', 'ntpath'),
|
||||
('py:mod', 'posixpath'),
|
||||
]
|
||||
|
||||
# Temporary undocumented names.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue