Merge "Fix 'tox -e releasenotes'"

This commit is contained in:
Zuul 2022-06-23 18:23:28 +00:00 committed by Gerrit Code Review
commit b64e92afd0
2 changed files with 1 additions and 2 deletions

View File

@ -38,5 +38,3 @@ master_doc = 'index'
# -- Options for Internationalization output ------------------------------
locale_dirs = ['locale/']

View File

@ -38,4 +38,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