]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
Add autogenerated API docs to Sphinx output 371/head
authorZack Cerza <zack.cerza@inktank.com>
Tue, 2 Dec 2014 21:57:44 +0000 (14:57 -0700)
committerZack Cerza <zack.cerza@inktank.com>
Tue, 2 Dec 2014 21:57:44 +0000 (14:57 -0700)
Also drop -W for now. We'll have to focus on PEP-257 stuff later.

Signed-off-by: Zack Cerza <zack@redhat.com>
tox.ini

diff --git a/tox.ini b/tox.ini
index 8cfc64a379505e5775600eaf7bc19b5e6297ad83..0c98db7f78ef8e45d2ee35fc9fcbc4281c42cd86 100644 (file)
--- 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