From 3dce9d9ed3dfb1276a1dff3ae95ca1c1df7da145 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Thu, 11 Jan 2018 12:17:21 -0600 Subject: [PATCH] Fix dependencies when building docs via tox --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 560033d0..615850c0 100644 --- a/tox.ini +++ b/tox.ini @@ -19,7 +19,7 @@ commands = [testenv:docs] basepython = python -deps = Sphinx +deps = Sphinx sphinx-rtd-theme changedir = docs commands = pip install --upgrade Tailbone rattail[auth,bouncer] rattail-tempmon