[tox] minversion = 3.1.1 envlist = docs skipsdist = True [testenv] basepython = python3 usedevelop = False passenv = OS_* deps = -rtest-requirements.txt commands = stestr run {posargs} stestr slowest [doc8] # Settings for doc8: extensions = .rst [testenv:docs] deps = -r{toxinidir}/doc/requirements.txt commands = doc8 doc/source sphinx-build -W --keep-going -b html -d doc/build/doctrees doc/source doc/build/html