From c7cc7d8379bc1dfd34e4868839f1af52e1602624 Mon Sep 17 00:00:00 2001 From: Brant Knudson Date: Mon, 10 Feb 2014 18:47:37 -0600 Subject: [PATCH] Generate module docs The module docs were not being generated. Co-Authored-By: David Stanek Change-Id: I26e1d9a3d407474eb6b016f3ada4c495b5043460 Closes-Bug: #1278662 --- tox.ini | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tox.ini b/tox.ini index 93752221..af4f33b8 100644 --- a/tox.ini +++ b/tox.ini @@ -39,3 +39,8 @@ commands = ignore = F821,H304,H803 show-source = True exclude = .venv,.tox,dist,doc,*egg,build + +[testenv:docs] +commands= + python setup.py build_sphinx +