Merge "fdts: a5ds: Fix for the system timer issue." into integration
diff --git a/Makefile b/Makefile
index d605ae9..f01a9ae 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@
# Trusted Firmware Version
#
VERSION_MAJOR := 2
-VERSION_MINOR := 2
+VERSION_MINOR := 3
# Default goal is build all images
.DEFAULT_GOAL := all
diff --git a/docs/Makefile b/docs/Makefile
index eed3a08..3dd7ebc 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 = .