docs/tox.ini
Roman Gorshunov 88a6c61317 Add basic gate and docs
Change-Id: Iae80e3bafd2f61f5dba3d069f1e1a6790141219b
2019-07-12 16:45:33 +02:00

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