mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
NEWS: Fix Sphinx warnings and increase threshold for new news nits (#121482)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
This commit is contained in:
parent
2be37ec8e2
commit
006b53a42f
39 changed files with 110 additions and 106 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 = 1700
|
||||
|
||||
# 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