Treat doc build warnings as errors for CI purposes and correctness.
parent
7450c2df0d
commit
f19fc307b1
|
|
@ -4,7 +4,7 @@
|
|||
# You can set these variables from the command line.
|
||||
PYTHON = python
|
||||
SPHINXOPTS =
|
||||
SPHINXBUILD = sphinx-build
|
||||
SPHINXBUILD = sphinx-build -W
|
||||
PAPER =
|
||||
BUILDDIR = _build
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue