Update tox.ini

Change-Id: I1132fbfc3b5481ee43ebb684e1ef02e678e7c932
This commit is contained in:
Dmitriy Rabotyagov 2022-12-27 16:56:15 +01:00
parent bdfa671030
commit fbce36854b
2 changed files with 3 additions and 2 deletions

View File

@ -9,3 +9,4 @@ openstackdocstheme>=2.2.1 # Apache-2.0
reno>=3.1.0 # Apache-2.0
doc8>=0.8.1 # Apache-2.0
bashate>=0.6.0 # Apache-2.0
netaddr>=0.8.0 # BSD

View File

@ -24,7 +24,7 @@ passenv =
TESTING_BRANCH
TESTING_HOME
USER
whitelist_externals =
allowlist_externals =
bash
setenv =
PYTHONUNBUFFERED=1
@ -51,7 +51,7 @@ commands = sphinx-build -a -E -W -d deploy-guide/build/doctrees --keep-going -b
[testenv:pdf-docs]
deps = {[testenv:docs]deps}
whitelist_externals =
allowlist_externals =
make
commands =
sphinx-build -W --keep-going -b latex doc/source doc/build/pdf