summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini11
1 files changed, 11 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 664215955..7ca990b56 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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 =