Merge "tox: Keeping going with docs"

This commit is contained in:
Zuul 2019-11-05 07:25:40 +00:00 committed by Gerrit Code Review
commit 33ff45b5ea
2 changed files with 6 additions and 3 deletions

View File

@ -5,8 +5,8 @@
hacking>=1.1.0,<1.2.0 # Apache-2.0
coverage>=4.0 # Apache-2.0
python-subunit>=0.0.18 # Apache-2.0/BSD
sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD
sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.2;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
oslosphinx>=4.7.0 # Apache-2.0
oslotest>=1.10.0 # Apache-2.0
stestr>=1.0.0 # Apache-2.0

View File

@ -37,8 +37,11 @@ commands = python setup.py build_sphinx
[testenv:releasenotes]
basepython = python3
whitelist_externals =
rm
commands =
sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
rm -rf releasenotes/build
sphinx-build -a -E -W -d releasenotes/build/doctrees --keep-going -b html releasenotes/source releasenotes/build/html
[testenv:debug]
basepython = python3