gh-101100: Silence Sphinx warnings when ntpath or posixpath are referenced (#112833)

This commit is contained in:
Alex Waygood 2023-12-07 20:57:30 +00:00 committed by GitHub
parent 64d8b4c709
commit 2c3906bc4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 5 deletions

View file

@ -166,6 +166,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.