10 lines
178 B
INI
10 lines
178 B
INI
|
|
||
|
[tox]
|
||
|
envlist = docs
|
||
|
|
||
|
[testenv:docs]
|
||
|
basepython = python3
|
||
|
deps = rattail[docs]
|
||
|
changedir = docs
|
||
|
commands = sphinx-build -b html -d {envtmpdir}/doctrees -W -T . {envtmpdir}/docs
|