Fix pdf-docs target

Tox version 4 introduced changes that causes new fails in tox targets,
here with pdf-docs. This patch fixes gate.

Change-Id: I0af3e8f869011e76b8cda18cd3418192b437a7b6
This commit is contained in:
Elod Illes 2023-02-24 11:48:46 +01:00
parent aad36ddaa0
commit bdd17286ef
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ commands = sphinx-build -W -b html doc/source doc/build/html
[testenv:pdf-docs]
envdir = {toxworkdir}/docs
deps = {[testenv:docs]deps}
whitelist_externals =
allowlist_externals =
make
commands =
sphinx-build -W -b latex doc/source doc/build/pdf