From f4aa83788bf8d9fdf66e21f5f604d3efddffe5b3 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Thu, 11 Jan 2018 13:17:07 -0600 Subject: [PATCH] Fix tox dependency for docs (for real) --- tox.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 615850c0..56a07f56 100644 --- a/tox.ini +++ b/tox.ini @@ -19,7 +19,9 @@ commands = [testenv:docs] basepython = python -deps = Sphinx sphinx-rtd-theme +deps = + Sphinx + sphinx-rtd-theme changedir = docs commands = pip install --upgrade Tailbone rattail[auth,bouncer] rattail-tempmon