diff options
author | Toine Siebelink <toine.siebelink@est.tech> | 2022-09-02 08:11:48 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-09-02 08:11:48 +0000 |
commit | 33a70e7f6eb49341164229dbe8e6dcb8cf2a96cd (patch) | |
tree | bb56ae3ab47012ddd920e16688ca5030f5aefcd3 | |
parent | fb7877b4788833720a1a181fe28eb5d950613ce6 (diff) | |
parent | 132ba5ac218e1fbb61a10c3c1c34604b05653f08 (diff) |
Merge "Force py3.8 in tox.ini"
-rw-r--r-- | docs/tox.ini | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/tox.ini b/docs/tox.ini index 0f25a72..9313c9e 100644 --- a/docs/tox.ini +++ b/docs/tox.ini @@ -22,9 +22,9 @@ envlist = docs skipsdist = true [testenv:docs] -basepython = python3 +basepython = python3.8 deps = -r{toxinidir}/requirements-docs.txt - -chttps://git.onap.org/doc/plain/etc/upper-constraints.os.txt + -chttps://raw.githubusercontent.com/openstack/requirements/stable/yoga/upper-constraints.txt -chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt commands = sphinx-build -b html -n -d {envtmpdir}/doctrees ./ {toxinidir}/_build/html @@ -35,9 +35,9 @@ whitelist_externals = sh [testenv:docs-linkcheck] -basepython = python3 +basepython = python3.8 deps = -r{toxinidir}/requirements-docs.txt - -chttps://git.onap.org/doc/plain/etc/upper-constraints.os.txt + -chttps://raw.githubusercontent.com/openstack/requirements/stable/yoga/upper-constraints.txt -chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt commands = echo "Link Checking not enforced" whitelist_externals = |