Merge "tox: Drop envdir"

This commit is contained in:
Zuul 2024-09-06 16:11:19 +00:00 committed by Gerrit Code Review
commit 2e5aa84728

View File

@ -48,7 +48,6 @@ commands=
sphinx-build -W -b html doc/source doc/build/html
[testenv:pdf-docs]
envdir = {toxworkdir}/docs
deps = {[testenv:docs]deps}
allowlist_externals =
make
@ -59,7 +58,6 @@ commands =
make -C doc/build/pdf
[testenv:releasenotes]
envdir = {toxworkdir}/docs
deps = -r{toxinidir}/doc/requirements.txt
commands =
sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html