Add flag to doc building to force failure on warning

This commit is contained in:
Ethan Paul 2020-02-22 23:17:27 -05:00
parent 71d6ed4e3c
commit b9e0f08560
1 changed files with 2 additions and 2 deletions

View File

@ -44,5 +44,5 @@ whitelist_externals =
commands =
sphinx-apidoc -o "./docs/" "keyosk"
rm "docs/modules.rst"
sphinx-build -M html "./docs/" "./docs/_build"
sphinx-build -M latex "./docs/" "./docs/_build"
sphinx-build -M html "./docs/" "./docs/_build" -W
sphinx-build -M latex "./docs/" "./docs/_build" -W