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:
parent
aad36ddaa0
commit
bdd17286ef
2
tox.ini
2
tox.ini
@ -44,7 +44,7 @@ commands = sphinx-build -W -b html doc/source doc/build/html
|
|||||||
[testenv:pdf-docs]
|
[testenv:pdf-docs]
|
||||||
envdir = {toxworkdir}/docs
|
envdir = {toxworkdir}/docs
|
||||||
deps = {[testenv:docs]deps}
|
deps = {[testenv:docs]deps}
|
||||||
whitelist_externals =
|
allowlist_externals =
|
||||||
make
|
make
|
||||||
commands =
|
commands =
|
||||||
sphinx-build -W -b latex doc/source doc/build/pdf
|
sphinx-build -W -b latex doc/source doc/build/pdf
|
||||||
|
Loading…
x
Reference in New Issue
Block a user