tox: Keeping going with docs

Change-Id: Ifc3baf1bb4d08e95872d42b2bafafc45d539a56c
This commit is contained in:
caoyuan 2019-10-24 20:41:46 +08:00 committed by Eric Kao
parent f924c6cd98
commit 309c2a3cd9
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ commands = python setup.py build_sphinx
[testenv:releasenotes]
commands =
sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
sphinx-build -a -E -W -d releasenotes/build/doctrees --keep-going -b html releasenotes/source releasenotes/build/html
[testenv:debug]
commands = oslo_debug_helper {posargs}