rattail-tutorial/tox.ini
Lance Edgar 7ca3136905 Add tox.ini for building docs automatically with buildbot
so we can have a truly "latest" version at rattailproject.org
2019-08-16 22:22:14 -05:00

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