From: Zack Cerza Date: Tue, 2 Dec 2014 21:57:44 +0000 (-0700) Subject: Add autogenerated API docs to Sphinx output X-Git-Tag: 1.1.0~1061^2~23^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F371%2Fhead;p=teuthology.git Add autogenerated API docs to Sphinx output Also drop -W for now. We'll have to focus on PEP-257 stuff later. Signed-off-by: Zack Cerza --- diff --git a/tox.ini b/tox.ini index 8cfc64a37..0c98db7f7 100644 --- a/tox.ini +++ b/tox.ini @@ -38,4 +38,5 @@ basepython=python changedir=docs deps=sphinx commands= - sphinx-build -W -b html -d {envtmpdir}/doctrees . {envtmpdir}/html + sphinx-apidoc -f -o . ../teuthology ../teuthology/test ../teuthology/orchestra/test ../teuthology/task/test + sphinx-build -b html -d {envtmpdir}/doctrees . {envtmpdir}/html