diff options
author | Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> | 2024-07-08 20:30:05 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-08 20:30:05 (GMT) |
commit | 006b53a42f72be83ecdfc39f3603cdd66bfcdc45 (patch) | |
tree | 9f90a4db516d1a0212b1696cb90d4aa04e06de1b /Doc/tools | |
parent | 2be37ec8e2f68d2c2fce7ea7b9eef73d218a22f9 (diff) | |
download | cpython-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.py | 2 |
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. |