Add description to tox env

remove-default-role
Santos Gallegos 2018-05-22 23:27:42 -05:00
parent 0e25f29086
commit d6292bcb4e
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ commands =
sphinx-build -b html -d {envtmpdir}/doctrees . {envtmpdir}/html sphinx-build -b html -d {envtmpdir}/doctrees . {envtmpdir}/html
[testenv:docs-lint] [testenv:docs-lint]
description = run linter (rstcheck) to ensure there aren't errors on our docs
deps = -r{toxinidir}/requirements/docs-lint.txt deps = -r{toxinidir}/requirements/docs-lint.txt
changedir = {toxinidir}/docs changedir = {toxinidir}/docs
commands = commands =