gh-101100: Fix various Sphinx warnings for dunder references in the library/ directory (#113163)

This commit is contained in:
Alex Waygood 2023-12-15 17:15:34 +00:00 committed by GitHub
parent c2c4879b0a
commit 1addde0c69
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 34 additions and 24 deletions

View file

@ -248,6 +248,7 @@ nitpick_ignore += [
# Attributes/methods/etc. that definitely should be documented better,
# but are deferred for now:
('py:attr', '__annotations__'),
('py:meth', '__missing__'),
('py:attr', '__wrapped__'),
('py:meth', 'index'), # list.index, tuple.index, etc.
]