Merge "Turn on docs warning check in document generation"
This commit is contained in:
commit
15c8cc311e
3
tox.ini
3
tox.ini
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user