From 4dff48d1f454096efa2e1e7b4596bc56c6f68c20 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Sat, 17 Feb 2024 12:03:20 +0200 Subject: gh-101100: Fix Sphinx warnings in `whatsnew/3.2.rst` (#115580) Co-authored-by: Alex Waygood --- Doc/conf.py | 1 + 1 file changed, 1 insertion(+) (limited to 'Doc/conf.py') diff --git a/Doc/conf.py b/Doc/conf.py index 0e84d866a22..7c4817320a7 100644 --- a/Doc/conf.py +++ b/Doc/conf.py @@ -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. ] -- cgit v1.2.3