blob: 811bb5e8adbae31735640b5cabf30b79de429865 [file] [log] [blame]
Jessica Wagantalle87b1a82020-02-06 15:12:31 -08001[tox]
2minversion = 1.6
Eric Debeau44d0dc72021-09-30 16:16:22 +02003envlist = docs
Jessica Wagantalle87b1a82020-02-06 15:12:31 -08004skipsdist = true
5
6[testenv:docs]
7basepython = python3
Eric Debeau44d0dc72021-09-30 16:16:22 +02008deps =
9 -r{toxinidir}/requirements-docs.txt
10 -chttps://git.onap.org/doc/plain/etc/upper-constraints.os.txt
11 -chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt
Jessica Wagantalle87b1a82020-02-06 15:12:31 -080012commands =
13 sphinx-build -b html -n -d {envtmpdir}/doctrees ./ {toxinidir}/_build/html
14 echo "Generated docs available in {toxinidir}/_build/html"
15whitelist_externals =
16 echo
17 git
18 sh
19
20[testenv:docs-linkcheck]
21basepython = python3
Eric Debeau44d0dc72021-09-30 16:16:22 +020022deps =
23 -r{toxinidir}/requirements-docs.txt
24 -chttps://git.onap.org/doc/plain/etc/upper-constraints.os.txt
25 -chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt
Jessica Wagantalle87b1a82020-02-06 15:12:31 -080026commands = echo "Link Checking not enforced"
27#commands = sphinx-build -b linkcheck -d {envtmpdir}/doctrees ./ {toxinidir}/_build/linkcheck
28whitelist_externals = echo