mirror of
https://github.com/enpaul/keyosk.git
synced 2024-11-05 06:07:06 +00:00
Add flag to doc building to force failure on warning
This commit is contained in:
parent
71d6ed4e3c
commit
b9e0f08560
4
tox.ini
4
tox.ini
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user