aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSandrine Bailleux <sandrine.bailleux@arm.com>2020-04-21 09:38:01 +0000
committerTrustedFirmware Code Review <review@review.trustedfirmware.org>2020-04-21 09:38:01 +0000
commitfe4fa94e1e32f959424257060d359faa90428a26 (patch)
tree25bf8d2c97d2d524def144a25c3cc67bec19aba6
parent8ff55a9e14a23d7c7f89f52465bcc6307850aa33 (diff)
parent8b815a4e03169e8b00c3345d31250513fb4cc953 (diff)
downloadtrusted-firmware-a-fe4fa94e1e32f959424257060d359faa90428a26.tar.gz
Merge "doc: Treat Sphinx warnings as errors" into integration
-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 = .