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
|