tox: Keeping going with docs

Change-Id: Ifc3baf1bb4d08e95872d42b2bafafc45d539a56c
This commit is contained in:
caoyuan 2019-10-24 20:41:46 +08:00 committed by Eric Kao
parent 608d7d2f51
commit d4e435bb9d
2 changed files with 2 additions and 3 deletions

View File

@ -5,8 +5,7 @@
hacking>=1.1.0,<1.2.0 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
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.1.0 # BSD
openstackdocstheme>=1.20.0 # Apache-2.0
# releasenotes

View File

@ -41,7 +41,7 @@ commands = python setup.py build_sphinx
[testenv:releasenotes]
basepython = python3
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]
basepython = python3