Skip to content

Commit 6f7e3d4

Browse files
Docs: Remove unnecessary entry from nitpick_ignore (GH-144933)
1 parent 783e3fd commit 6f7e3d4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Doc/conf.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -227,10 +227,6 @@
227227
# Temporary undocumented names.
228228
# In future this list must be empty.
229229
nitpick_ignore += [
230-
# Do not error nit-picky mode builds when _SubParsersAction.add_parser cannot
231-
# be resolved, as the method is currently undocumented. For context, see
232-
# https://github.com/python/cpython/pull/103289.
233-
('py:meth', '_SubParsersAction.add_parser'),
234230
# Attributes/methods/etc. that definitely should be documented better,
235231
# but are deferred for now:
236232
('py:attr', '__wrapped__'),

0 commit comments

Comments
 (0)