https://github.com/python/cpython/commit/6f7e3d44082351b4ee77a2ba186a6388c2950eb1 commit: 6f7e3d44082351b4ee77a2ba186a6388c2950eb1 branch: main author: Stan Ulbrych <[email protected]> committer: encukou <[email protected]> date: 2026-02-18T08:52:04+01:00 summary:
Docs: Remove unnecessary entry from `nitpick_ignore` (GH-144933) files: M Doc/conf.py diff --git a/Doc/conf.py b/Doc/conf.py index 859c1d26ed9f22..d7effe2572ec44 100644 --- a/Doc/conf.py +++ b/Doc/conf.py @@ -227,10 +227,6 @@ # 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__'), _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3//lists/python-checkins.python.org Member address: [email protected]
