]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Docs: Remove unnecessary entry from `nitpick_ignore` (GH-144933)
authorStan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Wed, 18 Feb 2026 07:52:04 +0000 (07:52 +0000)
committerGitHub <noreply@github.com>
Wed, 18 Feb 2026 07:52:04 +0000 (08:52 +0100)
Doc/conf.py

index 859c1d26ed9f22daa5b45dacd71f1014861bc368..d7effe2572ec446ff86bbd0e77b71c2de278af0d 100644 (file)
@@ -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__'),