From 8488f665fc39927b42b38cf7cd084270a03a5887 Mon Sep 17 00:00:00 2001 From: Thomas Scholtes Date: Thu, 3 Apr 2014 01:41:18 +0200 Subject: [PATCH] Add sphinx dependency to tox virtual environment --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index f6ace8dd5..9dcbbf76c 100644 --- a/tox.ini +++ b/tox.ini @@ -23,6 +23,8 @@ deps = [testenv:docs] changedir = docs +deps = + sphinx commands = sphinx-build -W -b html . {envtmpdir}/html