From de199faed6783298dadcb2faee6fbbde4849ae55 Mon Sep 17 00:00:00 2001 From: raiden00pl Date: Mon, 27 Nov 2023 11:17:10 +0100 Subject: [PATCH] Documentation: turn warnings into errors --- Documentation/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/Makefile b/Documentation/Makefile index f57719d2a4c..12f83a11936 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -23,7 +23,7 @@ # You can set these variables from the command line, and also # from the environment for the first two. -SPHINXOPTS ?= -j auto -A nuttx_versions="latest,${NUTTX_VERSIONS}" +SPHINXOPTS ?= -j auto -W -A nuttx_versions="latest,${NUTTX_VERSIONS}" SPHINXBUILD ?= sphinx-build SOURCEDIR = . BUILDDIR = _build