Fix 'tox -e releasenotes'
Running 'tox -e releasenotes' fails with: ERROR: You must give at least one requirement to install Added missing doc/requirements.txt dep to tox.ini, similar to recent openstack-helm patch. Trivialfix Change-Id: I01f82cdd92828ad0c99c343a1261f57562be3041
This commit is contained in:
parent
1147988b8e
commit
e511ba8517
1
tox.ini
1
tox.ini
@ -33,4 +33,5 @@ whitelist_externals =
|
|||||||
bash
|
bash
|
||||||
|
|
||||||
[testenv:releasenotes]
|
[testenv:releasenotes]
|
||||||
|
deps = -r{toxinidir}/doc/requirements.txt
|
||||||
commands = sphinx-build -a -W -E -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
|
commands = sphinx-build -a -W -E -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
|
||||||
|
Loading…
Reference in New Issue
Block a user