470b898f16
Change-Id: Id0daef4fe2c7bad13312b2c1e41b7364403fd18c
11 lines
203 B
INI
11 lines
203 B
INI
[tox]
|
|
minversion = 2.0
|
|
skipsdist = True
|
|
|
|
[testenv:docs]
|
|
deps =
|
|
-r{toxinidir}/doc/requirements.txt
|
|
commands =
|
|
doc8 doc/source
|
|
sphinx-build -W -b html -d doc/build/doctrees doc/source doc/build/html
|