summaryrefslogtreecommitdiffstats
path: root/.github/workflows/reusable-docs.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/reusable-docs.yml')
-rw-r--r--.github/workflows/reusable-docs.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/reusable-docs.yml b/.github/workflows/reusable-docs.yml
index 9e26d78..859f78d 100644
--- a/.github/workflows/reusable-docs.yml
+++ b/.github/workflows/reusable-docs.yml
@@ -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: