Merge "[Daisy] Add docker image tarball builder"
[releng.git] / utils / test / testapi / tox.ini
index d300f1a..13b197c 100644 (file)
@@ -25,6 +25,10 @@ setenv=
   HOME = {envtmpdir}
   PYTHONPATH = {toxinidir}
 
+[testenv:docs]
+basepython=python2.7
+commands = sphinx-build -W -b html docs/ docs/_build
+
 [testenv:pep8]
 deps = flake8
 commands = flake8 {toxinidir}