mirror of https://github.com/zulip/zulip.git
docs: Treat sphinx-build warnings as errors.
"This means that the build stops at the first warning and sphinx-build exits with exit status 1." https://www.sphinx-doc.org/en/master/man/sphinx-build.html#id6 Follow-up to issue #13263.
This commit is contained in:
parent
dade0ad6d5
commit
ae9caed46f
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
|
||||
# You can set these variables from the command line.
|
||||
SPHINXOPTS = -j8
|
||||
SPHINXOPTS = -j8 -W
|
||||
SPHINXBUILD = sphinx-build
|
||||
PAPER =
|
||||
BUILDDIR = _build
|
||||
|
|
Loading…
Reference in New Issue