mirror of
https://github.com/python/cpython.git
synced 2025-08-10 03:49:18 +00:00
[3.12] NEWS: Fix Sphinx warnings and increase threshold for new news nits (GH-121482) (#121514)
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
This commit is contained in:
parent
32bbc36796
commit
377ff9d584
33 changed files with 89 additions and 85 deletions
|
@ -256,6 +256,9 @@ nitpick_ignore += [
|
|||
('c:data', 'PyExc_UnicodeWarning'),
|
||||
('c:data', 'PyExc_UserWarning'),
|
||||
('c:data', 'PyExc_Warning'),
|
||||
# Undocumented public C macros
|
||||
('c:macro', 'Py_BUILD_ASSERT'),
|
||||
('c:macro', 'Py_BUILD_ASSERT_EXPR'),
|
||||
# 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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue