gh-101100: Fix Sphinx warnings in whatsnew/3.2.rst (#115580)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
This commit is contained in:
Hugo van Kemenade 2024-02-17 12:03:20 +02:00 committed by GitHub
parent 30fce5f228
commit 4dff48d1f4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 44 additions and 43 deletions

View file

@ -275,6 +275,7 @@ nitpick_ignore += [
('py:attr', '__annotations__'),
('py:meth', '__missing__'),
('py:attr', '__wrapped__'),
('py:attr', 'decimal.Context.clamp'),
('py:meth', 'index'), # list.index, tuple.index, etc.
]