mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
[3.13] NEWS: Fix Sphinx warnings and increase threshold for new news nits (GH-121482) (#121513)
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
cd74ed0a71
commit
fcc4a537b9
38 changed files with 109 additions and 105 deletions
|
@ -14,7 +14,7 @@ from pathlib import Path
|
|||
from typing import TextIO
|
||||
|
||||
# Fail if NEWS nit found before this line number
|
||||
NEWS_NIT_THRESHOLD = 200
|
||||
NEWS_NIT_THRESHOLD = 1400
|
||||
|
||||
# Exclude these whether they're dirty or clean,
|
||||
# because they trigger a rebuild of dirty files.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue