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 Trivialfix Change-Id: I174460a0c1f4616cbdcb78bb8682adfe894f4206
This commit is contained in:
parent
7576e5a268
commit
7c2ad372f4
@ -38,5 +38,3 @@ master_doc = 'index'
|
|||||||
|
|
||||||
# -- Options for Internationalization output ------------------------------
|
# -- Options for Internationalization output ------------------------------
|
||||||
locale_dirs = ['locale/']
|
locale_dirs = ['locale/']
|
||||||
|
|
||||||
|
|
||||||
|
1
tox.ini
1
tox.ini
@ -38,4 +38,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…
x
Reference in New Issue
Block a user