Add build-docs env in tox.

master
Jason R. Coombs 6 years ago
parent dd475b7ad1
commit 97c492d425
  1. 8
      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

Loading…
Cancel
Save