docs: update Makefile in order to detect build failures
authorVincent Fu <vincent.fu@samsung.com>
Fri, 28 Jan 2022 18:50:11 +0000 (18:50 +0000)
committerVincent Fu <vincentfu@gmail.com>
Fri, 4 Feb 2022 20:39:33 +0000 (15:39 -0500)
commita18b0121aae1e46736733c931a45ec402e3a661f
treee9abbd0c466841efe5b896fe32eb14e5e8f73f00
parent8a7bf04c288ac3a46629b22871d06f5c112e85c9
docs: update Makefile in order to detect build failures

With the -W option sphinx-docs will yield a non-zero return code when it
encounters warnings.

With the --keep-going option sphinx-docs will continue running to the
end of the build even if it encounters errors.

Signed-off-by: Vincent Fu <vincent.fu@samsung.com>
doc/Makefile