From 5815b109e1cdb498abb778ab071dbc52fa6f61b8 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Fri, 8 Nov 2013 16:15:27 -0500 Subject: [PATCH] add a docs tox section Signed-off-by: Alfredo Deza --- tox.ini | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- 2.47.3