Documentation: turn warnings into errors

This commit is contained in:
raiden00pl 2023-11-27 11:17:10 +01:00 committed by Xiang Xiao
parent e11627d0fb
commit de199faed6

View File

@ -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