summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
Diffstat (limited to 'jjb')
-rw-r--r--jjb/doc/rules.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/jjb/doc/rules.yaml b/jjb/doc/rules.yaml
index c56755f2e..5f74492c3 100644
--- a/jjb/doc/rules.yaml
+++ b/jjb/doc/rules.yaml
@@ -31,7 +31,8 @@
name: doc-rules
builders:
- shell: |
- find -name tox.ini |xargs grep sphinx-build | grep -v \\-W > /dev/null && exit 1 || exit 0
+ echo Checking if all Sphinx warnings are treated as errors
+ find -name tox.ini |xargs grep sphinx-build | grep -v spelling | grep -v \\-W && exit 1 || exit 0
- job-template:
name: doc-rules