11 lines
190 B
INI
11 lines
190 B
INI
[tox]
|
|
envlist = docs
|
|
skipsdist = True
|
|
|
|
[testenv:docs]
|
|
basepython=python
|
|
changedir=source
|
|
deps=sphinx==1.7.9
|
|
commands=
|
|
sphinx-build -W -b html -d {envtmpdir}/doctrees . {envtmpdir}/html
|