blob: edac8c35fc8963a1a5784c660bb7472fb6b67bb4 [file] [log] [blame]
Aleksandra Maciagae76929a2020-02-19 10:30:58 +01001[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