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:
Brian Haley 2022-06-29 14:23:53 -04:00
parent 1147988b8e
commit e511ba8517
1 changed files with 1 additions and 0 deletions

View File

@ -33,4 +33,5 @@ whitelist_externals =
bash
[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