summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini10
1 files changed, 10 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 45b63c1a..15262a33 100644
--- a/tox.ini
+++ b/tox.ini
@@ -63,3 +63,13 @@ skip_install = true
commands =
python {envsitepackagesdir}/coverage erase
changedir = {toxinidir}
+
+[testenv:docs]
+skipsdist = True
+usedevelop = True
+changedir = doc/
+deps =
+ sphinx
+
+commands =
+ sphinx-build -b html . build