From: Alfredo Deza Date: Fri, 8 Nov 2013 21:15:27 +0000 (-0500) Subject: add a docs tox section X-Git-Tag: v1.3.2~9 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5815b109e1cdb498abb778ab071dbc52fa6f61b8;p=ceph-deploy.git add a docs tox section Signed-off-by: Alfredo Deza --- diff --git a/tox.ini b/tox.ini index 5a078cd..49028bc 100644 --- a/tox.ini +++ b/tox.ini @@ -6,3 +6,10 @@ deps= pytest mock commands=py.test -v {posargs:ceph_deploy/tests} + +[testenv:docs] +basepython=python +changedir=docs/source +deps=sphinx +commands= + sphinx-build -W -b html -d {envtmpdir}/doctrees . {envtmpdir}/html