From e6933f6cbe261d8558454356752a68b3bb1f6b05 Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Tue, 2 Dec 2014 14:57:44 -0700 Subject: [PATCH] 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 --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 8cfc64a379..0c98db7f78 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 -- 2.39.5