docs: create a separate docs tox.ini

Signed-off-by: Alfredo Deza <adeza@redhat.com>
pull/1421/head
Alfredo Deza 2017-04-07 11:41:59 -04:00
parent e2c8f1a404
commit 14d46cb2be
1 changed files with 10 additions and 0 deletions

10
docs/tox.ini 100644
View File

@ -0,0 +1,10 @@
[tox]
envlist = docs
skipsdist = True
[testenv:docs]
basepython=python
changedir=source
deps=sphinx
commands=
sphinx-build -W -b html -d {envtmpdir}/doctrees . {envtmpdir}/html