Add tox.ini
for building docs automatically with buildbot
so we can have a truly "latest" version at rattailproject.org
This commit is contained in:
parent
42c1adc8f8
commit
7ca3136905
3 changed files with 13 additions and 2 deletions
9
tox.ini
Normal file
9
tox.ini
Normal file
|
@ -0,0 +1,9 @@
|
|||
|
||||
[tox]
|
||||
envlist = docs
|
||||
|
||||
[testenv:docs]
|
||||
basepython = python3
|
||||
deps = rattail[docs]
|
||||
changedir = docs
|
||||
commands = sphinx-build -b html -d {envtmpdir}/doctrees -W -T . {envtmpdir}/docs
|
Loading…
Add table
Add a link
Reference in a new issue