Move cluster.datastore.jmx.mbeans.shard
[controller.git] / tox.ini
1 [tox]
2 minversion = 1.6
3 envlist =
4     docs
5     docs-linkcheck
6 skipsdist = true
7
8 [testenv:docs]
9 deps = -rdocs/requirements.txt
10 commands =
11     sphinx-build -W -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html
12
13 [testenv:docs-linkcheck]
14 deps = -rdocs/requirements.txt
15 commands = sphinx-build -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck
16