From: Alfredo Deza Date: Fri, 7 Apr 2017 15:41:59 +0000 (-0400) Subject: docs: create a separate docs tox.ini X-Git-Tag: v2.2.0~2^2~9 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=14d46cb2be8edb93f2764ca18e35e414cf4e07ec;p=ceph-ansible.git docs: create a separate docs tox.ini Signed-off-by: Alfredo Deza --- diff --git a/docs/tox.ini b/docs/tox.ini new file mode 100644 index 000000000..028c343f6 --- /dev/null +++ b/docs/tox.ini @@ -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