Update tox.ini
Change-Id: I1132fbfc3b5481ee43ebb684e1ef02e678e7c932
This commit is contained in:
parent
bdfa671030
commit
fbce36854b
@ -9,3 +9,4 @@ openstackdocstheme>=2.2.1 # Apache-2.0
|
|||||||
reno>=3.1.0 # Apache-2.0
|
reno>=3.1.0 # Apache-2.0
|
||||||
doc8>=0.8.1 # Apache-2.0
|
doc8>=0.8.1 # Apache-2.0
|
||||||
bashate>=0.6.0 # Apache-2.0
|
bashate>=0.6.0 # Apache-2.0
|
||||||
|
netaddr>=0.8.0 # BSD
|
||||||
|
4
tox.ini
4
tox.ini
@ -24,7 +24,7 @@ passenv =
|
|||||||
TESTING_BRANCH
|
TESTING_BRANCH
|
||||||
TESTING_HOME
|
TESTING_HOME
|
||||||
USER
|
USER
|
||||||
whitelist_externals =
|
allowlist_externals =
|
||||||
bash
|
bash
|
||||||
setenv =
|
setenv =
|
||||||
PYTHONUNBUFFERED=1
|
PYTHONUNBUFFERED=1
|
||||||
@ -51,7 +51,7 @@ commands = sphinx-build -a -E -W -d deploy-guide/build/doctrees --keep-going -b
|
|||||||
|
|
||||||
[testenv:pdf-docs]
|
[testenv:pdf-docs]
|
||||||
deps = {[testenv:docs]deps}
|
deps = {[testenv:docs]deps}
|
||||||
whitelist_externals =
|
allowlist_externals =
|
||||||
make
|
make
|
||||||
commands =
|
commands =
|
||||||
sphinx-build -W --keep-going -b latex doc/source doc/build/pdf
|
sphinx-build -W --keep-going -b latex doc/source doc/build/pdf
|
||||||
|
Loading…
Reference in New Issue
Block a user