summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2018-06-04 08:48:50 -0700
committerClaudiu Popa <pcmanticore@gmail.com>2018-06-04 08:48:50 -0700
commitc271b85130f78c21d1b8691098327318eb8ca5b0 (patch)
treee4d2440dce8262a201ca868de4b6efa80c569ac4 /tox.ini
parentf241998dfecb4a2947faaf5cacc5fcfcf8dad8b1 (diff)
downloadastroid-git-c271b85130f78c21d1b8691098327318eb8ca5b0.tar.gz
Build the docs with tox
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