rattail-tutorial/tox.ini

10 lines
178 B
INI
Raw Permalink Normal View History

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