From 309c2a3cd92ea6a6ae44d15336a85e5e87f8ec07 Mon Sep 17 00:00:00 2001 From: caoyuan Date: Thu, 24 Oct 2019 20:41:46 +0800 Subject: [PATCH] tox: Keeping going with docs Change-Id: Ifc3baf1bb4d08e95872d42b2bafafc45d539a56c --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 7bc1904..c869703 100644 --- a/tox.ini +++ b/tox.ini @@ -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}