From e2735acf2ef2edee7187e1afdb727b48078c1b52 Mon Sep 17 00:00:00 2001 From: John Dewey Date: Mon, 7 Aug 2017 13:56:49 -0700 Subject: [PATCH] Consistent doc builder like our other projects (#57) --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 8194feb..1f71f4b 100644 --- a/tox.ini +++ b/tox.ini @@ -23,4 +23,4 @@ passenv = * deps= -rdoc-requirements.txt commands= - python setup.py build_sphinx + python setup.py build_sphinx --builder=html