summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2018-01-02 19:32:38 -0500
committerJason R. Coombs <jaraco@jaraco.com>2018-01-02 19:32:38 -0500
commit97c492d425da509f96f554a66499d13723d147bf (patch)
treeccd42f803990d5751297373e7b2a21902a4f9210
parentdd475b7ad1784a564929c711781eebd9b85ba063 (diff)
downloadpytest-runner-97c492d425da509f96f554a66499d13723d147bf.tar.gz
Add build-docs env in tox.
-rw-r--r--tox.ini8
1 files changed, 8 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 16bf78a..c3b6d2e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -7,3 +7,11 @@ commands =
python setup.py checkdocs
usedevelop = True
extras = testing
+
+[testenv:build-docs]
+extras =
+ docs
+ testing
+changedir = docs
+commands =
+ python -m sphinx . {toxinidir}/build/html