aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSandrine Bailleux <sandrine.bailleux@arm.com>2020-04-17 14:19:20 +0200
committerSandrine Bailleux <sandrine.bailleux@arm.com>2020-04-21 09:37:47 +0000
commit8b815a4e03169e8b00c3345d31250513fb4cc953 (patch)
tree25bf8d2c97d2d524def144a25c3cc67bec19aba6
parent8ff55a9e14a23d7c7f89f52465bcc6307850aa33 (diff)
downloadtrusted-firmware-a-8b815a4e03169e8b00c3345d31250513fb4cc953.tar.gz
doc: Treat Sphinx warnings as errors
'make doc' will now fail if Sphinx outputs any warning messages during documentation generation. Change-Id: I3e466af58ccf29b14a7e61037539b79ab6fc6037 Signed-off-by: Sandrine Bailleux <sandrine.bailleux@arm.com>
-rw-r--r--docs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Makefile b/docs/Makefile
index eed3a0815c..3dd7ebc4db 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (c) 2019, ARM Limited. All rights reserved.
+# Copyright (c) 2019-2020, ARM Limited. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
@@ -7,7 +7,7 @@
#
# You can set these variables from the command line.
-SPHINXOPTS =
+SPHINXOPTS = -W
SPHINXBUILD = sphinx-build
SPHINXPROJ = TrustedFirmware-A
SOURCEDIR = .