mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Make sphinx-build warnings fatal
In order to prevent documentation building issues from being glossed over, pass the -W command line switch to all sphinx-build invocations. This causes the latter to return with a non-zero exit code whenever any Sphinx warnings are triggered.
This commit is contained in:
parent
84862e96c1
commit
51479ed9a3
1 changed files with 1 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ AM_V_SPHINX_0 = @echo " SPHINX $@";
|
|||
SPHINXBUILDDIR = $(builddir)/_build
|
||||
|
||||
common_SPHINXOPTS = \
|
||||
-W \
|
||||
-c $(srcdir) \
|
||||
-a \
|
||||
$(SPHINX_V)
|
||||
|
|
|
|||
Loading…
Reference in a new issue