]> git.ipfire.org Git - thirdparty/qemu.git/commit
Makefile: add nit-picky mode to sphinx-build
authorJohn Snow <jsnow@redhat.com>
Fri, 26 Apr 2019 22:15:27 +0000 (18:15 -0400)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Tue, 17 Sep 2019 19:26:33 +0000 (14:26 -0500)
commitda436b77d88e5c22b14d43e7c35c9f50855bc0cb
treef76aadf5e82f789266e8b74b2fb1790748d47222
parent48025d942e2f4fc3582c37f17a30d0af7d474a66
Makefile: add nit-picky mode to sphinx-build

If we add references that don't resolve (or accidentally remove them),
it will be helpful to have warning messages alerting us to that.

Further, turn those warnings into errors so we can be alerted to these
problems sooner rather than later.

Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Message-id: 20190426221528.30293-2-jsnow@redhat.com
[adjusted commit message. --js]
Signed-off-by: John Snow <jsnow@redhat.com>
(cherry picked from commit 9e5b6cb87db66dfb606604fe6cf40e5ddf1ef0e7)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
Makefile