Add build-docs env in tox.

This commit is contained in:
Jason R. Coombs 2018-01-02 19:32:38 -05:00
parent dd475b7ad1
commit 97c492d425

View File

@ -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