3 envlist = docs,docs-linkcheck,docs-spellcheck
9 -r{toxinidir}/requirements-docs.txt
10 -chttps://raw.githubusercontent.com/openstack/requirements/stable/yoga/upper-constraints.txt
11 -chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt?h=master
13 sphinx-build -q -W -b html -n -d {envtmpdir}/doctrees {toxinidir} {toxinidir}/_build/html
15 #[testenv:docs-linkcheck]
16 #basepython = python3.8
18 # -r{toxinidir}/requirements-docs.txt
19 # -chttps://raw.githubusercontent.com/openstack/requirements/stable/yoga/upper-constraints.txt
20 # -chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt?h=master
22 # sphinx-build -q -W -b linkcheck -d {envtmpdir}/doctrees {toxinidir} {toxinidir}/_build/linkcheck
24 [testenv:docs-spellcheck]
25 basepython = python3.8
27 -r{toxinidir}/requirements-docs.txt
28 -chttps://raw.githubusercontent.com/openstack/requirements/stable/yoga/upper-constraints.txt
29 -chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt?h=master
31 sphinx-build -q -b spelling -d {envtmpdir}/doctrees {toxinidir} {toxinidir}/_build/spellcheck