From 997c94eb33db47d587294a4a03d60034b7dd9577 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Tue, 30 Mar 2021 12:46:49 +0200 Subject: [PATCH] ci: turn sphinx-build warnings into errors This should make it harder to accidentally introduce formatting issues into the docs. Acked-by: Daniel Stone Reviewed-by: Eric Engestrom Part-of: --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 06f00b575e5..110b9a41fbd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -92,7 +92,7 @@ stages: script: - apk --no-cache add graphviz - pip3 install sphinx sphinx_rtd_theme - - sphinx-build -b html docs public + - sphinx-build -W -b html docs public pages: extends: .docs-base