Merge "tox: Keeping going with docs"

This commit is contained in:
Zuul 2020-04-11 03:03:14 +00:00 committed by Gerrit Code Review
commit 851a17173b
3 changed files with 6 additions and 4 deletions

View File

@ -1,7 +1,9 @@
# The order of packages is significant, because pip processes them in the order # The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration # of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later. # process, which may cause wedges in the gate later.
sphinx>=1.6.5,!=1.6.6,!=1.6.7,!=2.1.0;python_version>='3.4' # BSD
sphinx>=1.8.0,<2.0.0;python_version=='2.7' # BSD
sphinx>=1.8.0,!=2.1.0;python_version>='3.4' # BSD
sphinxcontrib-apidoc>=0.2.0 # BSD sphinxcontrib-apidoc>=0.2.0 # BSD
openstackdocstheme>=1.20.0 # Apache-2.0 openstackdocstheme>=1.20.0 # Apache-2.0
reno>=2.5.0 # Apache-2.0 reno>=2.5.0 # Apache-2.0

View File

@ -107,7 +107,7 @@ Routes==2.4.1
setuptools==21.0.0 setuptools==21.0.0
simplejson==3.13.2 simplejson==3.13.2
snowballstemmer==1.2.1 snowballstemmer==1.2.1
Sphinx==1.6.2 Sphinx==1.8.0
sphinxcontrib-websupport==1.0.1 sphinxcontrib-websupport==1.0.1
stestr==2.0.0 stestr==2.0.0
stevedore==1.28.0 stevedore==1.28.0

View File

@ -60,7 +60,7 @@ deps = -r{toxinidir}/doc/requirements.txt
whitelist_externals = rm whitelist_externals = rm
commands = commands =
rm -rf doc/build/ rm -rf doc/build/
sphinx-build -b html doc/source doc/build/html sphinx-build --keep-going -b html doc/source doc/build/html
[testenv:pep8] [testenv:pep8]
@ -86,7 +86,7 @@ deps = -r{toxinidir}/doc/requirements.txt
whitelist_externals = rm whitelist_externals = rm
commands = commands =
rm -rf releasenotes/build rm -rf releasenotes/build
sphinx-build -a -E -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html sphinx-build -a -E -d releasenotes/build/doctrees --keep-going -b html releasenotes/source releasenotes/build/html
[testenv:lower-constraints] [testenv:lower-constraints]
deps = deps =