Merge "Turn on docs warning check in document generation"

This commit is contained in:
Jenkins 2016-09-30 20:57:40 +00:00 committed by Gerrit Code Review
commit 15c8cc311e
1 changed files with 2 additions and 1 deletions

View File

@ -61,6 +61,7 @@ setenv =
DJANGO_SETTINGS_MODULE=openstack_dashboard.test.settings
commands =
{[testenv:extractmessages_check]commands}
{[testenv:docs]commands}
flake8
[testenv:extractmessages]
@ -135,7 +136,7 @@ commands =
[testenv:docs]
setenv = DJANGO_SETTINGS_MODULE=openstack_dashboard.test.settings
commands = {envpython} {toxinidir}/setup.py build_sphinx
commands = sphinx-build -W -b html doc/source doc/build/html
[testenv:releasenotes]
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html