mirror of
https://github.com/enpaul/keyosk.git
synced 2025-09-18 13:48:39 +00:00
Add flag to doc building to force failure on warning
This commit is contained in:
4
tox.ini
4
tox.ini
@@ -44,5 +44,5 @@ whitelist_externals =
|
|||||||
commands =
|
commands =
|
||||||
sphinx-apidoc -o "./docs/" "keyosk"
|
sphinx-apidoc -o "./docs/" "keyosk"
|
||||||
rm "docs/modules.rst"
|
rm "docs/modules.rst"
|
||||||
sphinx-build -M html "./docs/" "./docs/_build"
|
sphinx-build -M html "./docs/" "./docs/_build" -W
|
||||||
sphinx-build -M latex "./docs/" "./docs/_build"
|
sphinx-build -M latex "./docs/" "./docs/_build" -W
|
||||||
|
Reference in New Issue
Block a user