tox: Keeping going with docs

Change-Id: I30fa4e2308d83f4e6afd9efadf72b0096ad5fb83
This commit is contained in:
gujin 2019-11-03 02:37:53 +08:00
parent 7d8cefa886
commit b6929550ca
2 changed files with 3 additions and 3 deletions

View File

@ -11,8 +11,8 @@ testrepository>=0.0.18 # Apache-2.0/BSD
testtools>=2.2.0 # MIT
# Documentation
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,>=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
reno>=2.5.0 # Apache-2.0
# Bandit build requirements

View File

@ -31,7 +31,7 @@ commands = {posargs}
[testenv:releasenotes]
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
[flake8]
enable-extensions=H106,H203