diff options
author | thmsdt <thomas.kulik@telekom.de> | 2024-01-05 13:23:10 +0100 |
---|---|---|
committer | thmsdt <thomas.kulik@telekom.de> | 2024-01-05 13:23:41 +0100 |
commit | 9c66ff787d0046ba1e7f0d2b27b3c9bc0386041a (patch) | |
tree | 23857457f08336962898d78bdc7b33fed05d28cf /docs/tox.ini | |
parent | 59a9933186b2a9a0740b3d35154f8c4dfd1dbb74 (diff) |
fix docs config filesmontreal
Issue-ID: DOC-821
Change-Id: I7cc1547dbc8e62785a0a0c97fe489603240036ad
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 44ea131..b8b1b1c 100644 --- a/docs/tox.ini +++ b/docs/tox.ini @@ -8,7 +8,7 @@ basepython = python3.8 deps = -r{toxinidir}/requirements-docs.txt -chttps://raw.githubusercontent.com/openstack/requirements/stable/yoga/upper-constraints.txt - -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=montreal commands = sphinx-build -W -q -b html -n -d {envtmpdir}/doctrees {toxinidir} {toxinidir}/_build/html @@ -17,7 +17,7 @@ basepython = python3.8 deps = -r{toxinidir}/requirements-docs.txt -chttps://raw.githubusercontent.com/openstack/requirements/stable/yoga/upper-constraints.txt - -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=montreal commands = sphinx-build -W -q -b linkcheck -d {envtmpdir}/doctrees {toxinidir} {toxinidir}/_build/linkcheck @@ -26,6 +26,6 @@ basepython = python3.8 deps = -r{toxinidir}/requirements-docs.txt -chttps://raw.githubusercontent.com/openstack/requirements/stable/yoga/upper-constraints.txt - -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=montreal commands = sphinx-build -W -q -b spelling -d {envtmpdir}/doctrees {toxinidir} {toxinidir}/_build/spellcheck
\ No newline at end of file |