summaryrefslogtreecommitdiffstats
path: root/Doc/tools
diff options
context:
space:
mode:
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>2024-07-08 20:30:05 (GMT)
committerGitHub <noreply@github.com>2024-07-08 20:30:05 (GMT)
commit006b53a42f72be83ecdfc39f3603cdd66bfcdc45 (patch)
tree9f90a4db516d1a0212b1696cb90d4aa04e06de1b /Doc/tools
parent2be37ec8e2f68d2c2fce7ea7b9eef73d218a22f9 (diff)
downloadcpython-006b53a42f72be83ecdfc39f3603cdd66bfcdc45.zip
cpython-006b53a42f72be83ecdfc39f3603cdd66bfcdc45.tar.gz
cpython-006b53a42f72be83ecdfc39f3603cdd66bfcdc45.tar.bz2
NEWS: Fix Sphinx warnings and increase threshold for new news nits (#121482)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Diffstat (limited to 'Doc/tools')
-rw-r--r--Doc/tools/check-warnings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tools/check-warnings.py b/Doc/tools/check-warnings.py
index c50b006..67623b8 100644
--- a/Doc/tools/check-warnings.py
+++ b/Doc/tools/check-warnings.py
@@ -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.