File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ commands =
4646
4747[testenv:docs]
4848deps =
49- -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
50- -r{toxinidir}/doc/requirements.txt
49+ -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
50+ -r{toxinidir}/doc/requirements.txt
5151commands = sphinx-build -W -b html doc/source doc/build/html
5252
5353[flake8]
@@ -60,7 +60,5 @@ max-complexity=20
6060import_exceptions = heatclient._i18n
6161
6262[testenv:releasenotes]
63- deps =
64- -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
65- -r{toxinidir}/doc/requirements.txt
63+ deps = {[testenv:docs]deps}
6664commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
You can’t perform that action at this time.
0 commit comments