From 614fcd935e5832a591847d16f4738a1bb55f7169 Mon Sep 17 00:00:00 2001 From: Matthias Kestenholz Date: Thu, 7 Jun 2018 09:51:18 +0200 Subject: [PATCH] Also allow building docs using tox --- tox.ini | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/tox.ini b/tox.ini index 8fc3949..c394a03 100644 --- a/tox.ini +++ b/tox.ini @@ -1,14 +1,15 @@ [testenv] basepython = python3 -# [testenv:docs] -# deps = -# Sphinx -# feincms3 -# changedir = docs -# commands = make html -# skip_install = true -# whitelist_externals = make +[testenv:docs] +deps = + Sphinx + Django + psycopg2-binary +changedir = docs +commands = make html +skip_install = true +whitelist_externals = make [testenv:style] deps =