Jessica Wagantall | 6b71b53 | 2020-02-06 14:54:03 -0800 | [diff] [blame] | 1 | [tox] |
| 2 | minversion = 1.6 |
| 3 | envlist = docs, |
| 4 | skipsdist = true |
| 5 | |
| 6 | [testenv:docs] |
Cédric Ollivier | 171ce63 | 2022-08-31 22:24:36 +0200 | [diff] [blame^] | 7 | basepython = python3.8 |
thmsdt | 2d69747 | 2021-11-30 11:41:31 +0100 | [diff] [blame] | 8 | deps = |
| 9 | -r{toxinidir}/requirements-docs.txt |
Cédric Ollivier | 171ce63 | 2022-08-31 22:24:36 +0200 | [diff] [blame^] | 10 | -chttps://raw.githubusercontent.com/openstack/requirements/stable/yoga/upper-constraints.txt |
thmsdt | 2d69747 | 2021-11-30 11:41:31 +0100 | [diff] [blame] | 11 | -chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt |
Jessica Wagantall | 6b71b53 | 2020-02-06 14:54:03 -0800 | [diff] [blame] | 12 | commands = |
| 13 | sphinx-build -b html -n -d {envtmpdir}/doctrees ./ {toxinidir}/_build/html |
| 14 | echo "Generated docs available in {toxinidir}/_build/html" |
| 15 | whitelist_externals = |
| 16 | echo |
| 17 | git |
| 18 | sh |
| 19 | |
| 20 | [testenv:docs-linkcheck] |
Cédric Ollivier | 171ce63 | 2022-08-31 22:24:36 +0200 | [diff] [blame^] | 21 | basepython = python3.8 |
thmsdt | 2d69747 | 2021-11-30 11:41:31 +0100 | [diff] [blame] | 22 | deps = |
| 23 | -r{toxinidir}/requirements-docs.txt |
Cédric Ollivier | 171ce63 | 2022-08-31 22:24:36 +0200 | [diff] [blame^] | 24 | -chttps://raw.githubusercontent.com/openstack/requirements/stable/yoga/upper-constraints.txt |
thmsdt | 2d69747 | 2021-11-30 11:41:31 +0100 | [diff] [blame] | 25 | -chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt |
Jessica Wagantall | 6b71b53 | 2020-02-06 14:54:03 -0800 | [diff] [blame] | 26 | commands = echo "Link Checking not enforced" |
| 27 | #commands = sphinx-build -b linkcheck -d {envtmpdir}/doctrees ./ {toxinidir}/_build/linkcheck |
Cédric Ollivier | 171ce63 | 2022-08-31 22:24:36 +0200 | [diff] [blame^] | 28 | whitelist_externals = echo |