From: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com> Date: Wed, 18 Feb 2026 07:52:04 +0000 (+0000) Subject: Docs: Remove unnecessary entry from `nitpick_ignore` (GH-144933) X-Git-Tag: v3.15.0a7~250 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f7e3d44082351b4ee77a2ba186a6388c2950eb1;p=thirdparty%2FPython%2Fcpython.git Docs: Remove unnecessary entry from `nitpick_ignore` (GH-144933) --- diff --git a/Doc/conf.py b/Doc/conf.py index 859c1d26ed9f..d7effe2572ec 100644 --- a/Doc/conf.py +++ b/Doc/conf.py @@ -227,10 +227,6 @@ nitpick_ignore = [ # Temporary undocumented names. # In future this list must be empty. nitpick_ignore += [ - # Do not error nit-picky mode builds when _SubParsersAction.add_parser cannot - # be resolved, as the method is currently undocumented. For context, see - # https://github.com/python/cpython/pull/103289. - ('py:meth', '_SubParsersAction.add_parser'), # Attributes/methods/etc. that definitely should be documented better, # but are deferred for now: ('py:attr', '__wrapped__'),