summaryrefslogtreecommitdiffstats
path: root/examples/sphinx/master
diff options
context:
space:
mode:
authorThomas Kulik <thomas.kulik@telekom.de>2022-08-24 09:23:54 +0000
committerGerrit Code Review <gerrit@onap.org>2022-08-24 09:23:54 +0000
commit2b656069e435efb5dc2d143806b37a2fc1311b51 (patch)
tree32f346ca4add29e552fa98fbdefdc1b6fcc52364 /examples/sphinx/master
parent1b8f973bf0c08d9366da311c6094a2a5fa3a17b5 (diff)
parent048e3e048d87d4715a137923c963b7a5c9486078 (diff)
Merge "Upgrade upper-constraints"
Diffstat (limited to 'examples/sphinx/master')
-rw-r--r--examples/sphinx/master/tox.ini6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/sphinx/master/tox.ini b/examples/sphinx/master/tox.ini
index 3c27e3610..fa928b318 100644
--- a/examples/sphinx/master/tox.ini
+++ b/examples/sphinx/master/tox.ini
@@ -7,7 +7,7 @@ skipsdist = true
basepython = python3
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.os.txt?h=master
-chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt?h=master
commands =
sphinx-build -W -q -b html -n -d {envtmpdir}/doctrees {toxinidir} {toxinidir}/_build/html
@@ -16,7 +16,7 @@ commands =
basepython = python3
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.os.txt?h=master
-chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt?h=master
commands =
sphinx-build -W -b linkcheck -d {envtmpdir}/doctrees {toxinidir} {toxinidir}/_build/linkcheck
@@ -25,7 +25,7 @@ commands =
basepython = python3
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.os.txt?h=master
-chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt?h=master
commands =
sphinx-build -W -b spelling -Dextensions=sphinxcontrib.spelling -d {envtmpdir}/doctrees {toxinidir} {toxinidir}/_build/spellcheck