blob: edac8c35fc8963a1a5784c660bb7472fb6b67bb4 [file] [log] [blame]
Jessica Wagantalld4c19a92020-02-06 14:52:21 -08001[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
19#deps = -r{toxinidir}/requirements-docs.txt
20commands = echo "Link Checking not enforced"
21#commands = sphinx-build -b linkcheck -d {envtmpdir}/doctrees ./ {toxinidir}/_build/linkcheck
22whitelist_externals = echo