blob: edac8c35fc8963a1a5784c660bb7472fb6b67bb4 [file] [log] [blame]
Aric Gardnerba66edf2020-02-04 15:19:20 -05001[tox]
2minversion = 1.6
3envlist = docs,
4skipsdist = true
5
6[testenv:docs]
7basepython = python3
8deps = -r{toxinidir}/requirements-docs.txt
9commands =
10 sphinx-build -b html -n -d {envtmpdir}/doctrees ./ {toxinidir}/_build/html
11 echo "Generated docs available in {toxinidir}/_build/html"
12whitelist_externals =
13 echo
14 git
15 sh
16
17[testenv:docs-linkcheck]
18basepython = python3
Jessica Wagantall9b863ad2020-02-06 14:52:54 -080019#deps = -r{toxinidir}/requirements-docs.txt
Aric Gardnerba66edf2020-02-04 15:19:20 -050020commands = echo "Link Checking not enforced"
21#commands = sphinx-build -b linkcheck -d {envtmpdir}/doctrees ./ {toxinidir}/_build/linkcheck
22whitelist_externals = echo