tox: Keeping going with docs

Change-Id: Ief136815d6a0e1dfa0b8d1ffb42500fef38e39fe
This commit is contained in:
gujin 2019-11-01 14:30:28 +08:00
parent ea541c2e7b
commit c2bde53a9b
2 changed files with 3 additions and 3 deletions

View File

@ -36,7 +36,7 @@ requests==2.14.2
restructuredtext-lint==1.1.1 restructuredtext-lint==1.1.1
six==1.10.0 six==1.10.0
snowballstemmer==1.2.1 snowballstemmer==1.2.1
Sphinx==1.6.5 Sphinx==1.8.0
sphinxcontrib-websupport==1.0.1 sphinxcontrib-websupport==1.0.1
stevedore==1.20.0 stevedore==1.20.0
stestr==2.0.0 stestr==2.0.0

View File

@ -28,7 +28,7 @@ commands =
[testenv:releasenotes] [testenv:releasenotes]
basepython = python3 basepython = python3
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html commands = sphinx-build -a -E -W -d releasenotes/build/doctrees --keep-going -b html releasenotes/source releasenotes/build/html
[testenv:sitemap] [testenv:sitemap]
# commands = functional test command goes here # commands = functional test command goes here
@ -40,7 +40,7 @@ commands = {posargs}
[testenv:docs] [testenv:docs]
basepython = python3 basepython = python3
commands = commands =
sphinx-build -W -b html -d doc/build/doctrees doc/source doc/build/html sphinx-build -W --keep-going -b html -d doc/build/doctrees doc/source doc/build/html
[testenv:bindep] [testenv:bindep]
# Do not install any requirements. We want this to be fast and work even if # Do not install any requirements. We want this to be fast and work even if