mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
[3.13] Docs: Ensure no warnings are found in the NEWS file before a given line number (GH-119221) (#119261)
This commit is contained in:
parent
f028451d95
commit
1929b7e2bf
4 changed files with 45 additions and 4 deletions
3
.github/workflows/reusable-docs.yml
vendored
3
.github/workflows/reusable-docs.yml
vendored
|
|
@ -62,7 +62,8 @@ jobs:
|
|||
python Doc/tools/check-warnings.py \
|
||||
--annotate-diff '${{ env.branch_base }}' '${{ env.branch_pr }}' \
|
||||
--fail-if-regression \
|
||||
--fail-if-improved
|
||||
--fail-if-improved \
|
||||
--fail-if-new-news-nit
|
||||
|
||||
# This build doesn't use problem matchers or check annotations
|
||||
build_doc_oldest_supported_sphinx:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue