diff options
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -86,6 +86,17 @@ extras = commands = sphinx-lint --enable line-too-long --max-line-length 85 CHANGES CONTRIBUTING.rst README.rst doc/ +[testenv:docs-live] +basepython = python3 +description = + Build documentation. +extras = + docs +deps = + sphinx-autobuild +commands = + sphinx-autobuild ./doc ./build/sphinx/ + [testenv:twine] basepython = python3 description = |