summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini5
1 files changed, 5 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index ad5e0a5..64bd324 100644
--- a/tox.ini
+++ b/tox.ini
@@ -31,6 +31,11 @@ whitelist_externals =
git
sh
+[testenv:needs]
+basepython = python3
+deps = -r{toxinidir}/etc/requirements.txt
+commands = sphinx-build -c ./docs/ -b needs -n -d {envtmpdir}/doctrees ./docs/ ./docs/data/
+
[testenv:docs-linkcheck]
basepython = python3
deps = -r{toxinidir}/etc/requirements.txt