diff options
author | thmsdt <thomas.kulik@telekom.de> | 2025-01-08 11:00:55 +0100 |
---|---|---|
committer | thmsdt <thomas.kulik@telekom.de> | 2025-01-09 16:15:47 +0100 |
commit | d674eb6dc50b8746feeacbfda38f2667509c66e0 (patch) | |
tree | d95ceacdf1db86d64b51997c15976ab05d9efd9d /docs/tox.ini | |
parent | 205bd9f0241ac41135c1a39a30c9f2378585d0e7 (diff) |
docs config for oslo releaseoslo
Issue-ID: DOC-826
Change-Id: I1ecb7d9e2ed4633df8820399f9922f1fd4e0ef10
Signed-off-by: thmsdt <thomas.kulik@telekom.de>
Diffstat (limited to 'docs/tox.ini')
-rw-r--r-- | docs/tox.ini | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/tox.ini b/docs/tox.ini index 7e427685fd..7f738bf182 100644 --- a/docs/tox.ini +++ b/docs/tox.ini @@ -25,7 +25,7 @@ basepython = python3.10 deps = -r{toxinidir}/requirements-docs.txt -chttps://releases.openstack.org/constraints/upper/yoga - -chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt?h=master + -chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt?h=oslo commands = sphinx-build -W -q -b html -n -d {envtmpdir}/doctrees {toxinidir} {toxinidir}/_build/html [testenv:docs-linkcheck] @@ -33,7 +33,7 @@ basepython = python3.10 deps = -r{toxinidir}/requirements-docs.txt -chttps://releases.openstack.org/constraints/upper/yoga - -chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt?h=master + -chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt?h=oslo commands = sphinx-build -W -q -b linkcheck -d {envtmpdir}/doctrees {toxinidir} {toxinidir}/_build/linkcheck [testenv:docs-spellcheck] @@ -41,6 +41,6 @@ basepython = python3.10 deps = -r{toxinidir}/requirements-docs.txt -chttps://releases.openstack.org/constraints/upper/yoga - -chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt?h=master + -chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt?h=oslo commands = sphinx-build -b spelling -d {envtmpdir}/doctrees {toxinidir} {toxinidir}/_build/spellcheck |