aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuentin Schulz <quentin.schulz@theobroma-systems.com>2021-07-26 17:34:46 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-07-26 22:33:46 +0100
commit6b0b3d707f662ca7b1d0de99fe032e4f35867d10 (patch)
tree037121d8efb0b549037ac5f8d4d178edc1942aa0
parent13e2855bff6a6ead6dbd33c5be4b988aafcd4afa (diff)
downloadbitbake-6b0b3d707f662ca7b1d0de99fe032e4f35867d10.tar.gz
doc: Makefile: turn warnings into errors by default
-W is for turning warnings into errors, --keep-going to make sure the whole documentation is built and all warnings will be printed before failing. Since there's currently no warning, it's time to introduce it! Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com> Signed-off-by: Quentin Schulz <foss@0leil.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--doc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile
index d40f390e2..996f01b7d 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -3,7 +3,7 @@
# You can set these variables from the command line, and also
# from the environment for the first two.
-SPHINXOPTS ?= -j auto
+SPHINXOPTS ?= -W --keep-going -j auto
SPHINXBUILD ?= sphinx-build
SOURCEDIR = .
BUILDDIR = _build