diff options
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -28,3 +28,9 @@ setenv = [flake8] ignore=H404,H405,H105,H301,H104,H403,H101 exclude = .venv,.tox,dist,doc,*egg,.git,build,tools + +[testenv:doc] +basepython = python3 +deps = {[testenv]deps} + sphinx +commands = {envpython} -m sphinx {posargs:doc/rtd doc/rtd_html} |