diff options
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -75,7 +75,7 @@ description = extras = docs commands = - python -X dev -X warn_default_encoding -m sphinx -M html ./doc ./build/sphinx -W + python -X dev -X warn_default_encoding -m sphinx -M html ./doc ./build/sphinx -W --keep-going [testenv:docslint] basepython = python3 |