7ca3136905
so we can have a truly "latest" version at rattailproject.org
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
|