mirror of
https://github.com/python/cpython.git
synced 2025-08-30 05:35:08 +00:00
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:
parent
30fce5f228
commit
4dff48d1f4
3 changed files with 44 additions and 43 deletions
|
@ -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.
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue