We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
nitpick_ignore
1 parent 783e3fd commit 6f7e3d4Copy full SHA for 6f7e3d4
Doc/conf.py
@@ -227,10 +227,6 @@
227
# Temporary undocumented names.
228
# In future this list must be empty.
229
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'),
234
# Attributes/methods/etc. that definitely should be documented better,
235
# but are deferred for now:
236
('py:attr', '__wrapped__'),
0 commit comments