88a6c61317
Change-Id: Iae80e3bafd2f61f5dba3d069f1e1a6790141219b
16 lines
315 B
INI
16 lines
315 B
INI
[tox]
|
|
skipsdist = True
|
|
envlist = docs
|
|
|
|
[testenv]
|
|
passenv=HTTP_PROXY HTTPS_PROXY http_proxy https_proxy NO_PROXY no_proxy
|
|
whitelist_externals =
|
|
rm
|
|
|
|
[testenv:docs]
|
|
basepython = python3
|
|
deps = -r{toxinidir}/doc/requirements.txt
|
|
commands =
|
|
rm -rf doc/build
|
|
sphinx-build -W -b html doc/source doc/build/html
|