summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorthmsdt <thomas.kulik@telekom.de>2023-07-05 21:02:59 +0200
committerthmsdt <thomas.kulik@telekom.de>2023-07-05 21:23:24 +0200
commit9991563bfeca01fd1bb347a2ed56460ec42ada4c (patch)
treeb415fbdbcff901de745b665e4a869fc1f19829c5 /jjb
parent38097803bfc3a1882fed468b32d85875b58bef9d (diff)
doc-rules: create only a WARN message if sphinx build option -W is missing
Issue-ID: DOC-811 Signed-off-by: thmsdt <thomas.kulik@telekom.de> Change-Id: Ib47cf66c5eb812f3b6743398aa17c599ed2841b8
Diffstat (limited to 'jjb')
-rw-r--r--jjb/doc/rules.yaml6
1 files changed, 4 insertions, 2 deletions
diff --git a/jjb/doc/rules.yaml b/jjb/doc/rules.yaml
index 462bdf0ce..d4fec9f46 100644
--- a/jjb/doc/rules.yaml
+++ b/jjb/doc/rules.yaml
@@ -86,8 +86,10 @@
log_warning_msg "WARN sphinx-build option '-W' missing for spellcheck in $filename, line $linenumber."
warning="1"
else
- log_failure_msg "FAIL sphinx-build option '-W' missing in $filename, line $linenumber. Please add it."
- exitstatus="1"
+ log_warning_msg "WARN sphinx-build option '-W' missing in $filename, line $linenumber. Please add it."
+ warning="1"
+ #log_failure_msg "FAIL sphinx-build option '-W' missing in $filename, line $linenumber. Please add it."
+ #exitstatus="1"
fi
fi
done < $filename