diff options
author | Thomas Kulik <thomas.kulik@telekom.de> | 2022-08-24 09:23:54 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-08-24 09:23:54 +0000 |
commit | 2b656069e435efb5dc2d143806b37a2fc1311b51 (patch) | |
tree | 32f346ca4add29e552fa98fbdefdc1b6fcc52364 /tox.ini | |
parent | 1b8f973bf0c08d9366da311c6094a2a5fa3a17b5 (diff) | |
parent | 048e3e048d87d4715a137923c963b7a5c9486078 (diff) |
Merge "Upgrade upper-constraints"
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -7,7 +7,7 @@ skipsdist = true basepython = python3 deps = -r{toxinidir}/etc/requirements-docs.txt - -chttps://raw.githubusercontent.com/openstack/requirements/stable/yoga/upper-constraints.txt + -c{toxinidir}/etc/upper-constraints.os.txt -c{toxinidir}/etc/upper-constraints.onap.txt commands = sphinx-build -W -q -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html @@ -21,7 +21,7 @@ whitelist_externals = basepython = python3 deps = -r{toxinidir}/etc/requirements-docs.txt - -chttps://raw.githubusercontent.com/openstack/requirements/stable/yoga/upper-constraints.txt + -c{toxinidir}/etc/upper-constraints.os.txt -c{toxinidir}/etc/upper-constraints.onap.txt commands = sphinx-build -b html -n -d {envtmpdir}/doctrees -c {toxinidir}/docs ./docs/guides/onap-developer/how-to-use-docs/templates {toxinidir}/docs/_build/html/templates @@ -33,7 +33,7 @@ whitelist_externals = basepython = python3 deps = -r{toxinidir}/etc/requirements-docs.txt - -chttps://raw.githubusercontent.com/openstack/requirements/stable/yoga/upper-constraints.txt + -c{toxinidir}/etc/upper-constraints.os.txt -c{toxinidir}/etc/upper-constraints.onap.txt commands = git submodule update --depth 100 --init @@ -47,7 +47,7 @@ whitelist_externals = basepython = python3 deps = -r{toxinidir}/etc/requirements-docs.txt - -chttps://raw.githubusercontent.com/openstack/requirements/stable/yoga/upper-constraints.txt + -c{toxinidir}/etc/upper-constraints.os.txt -c{toxinidir}/etc/upper-constraints.onap.txt commands = sphinx-build -W -q -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck @@ -55,7 +55,7 @@ commands = sphinx-build -W -q -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxi basepython = python3 deps = -r{toxinidir}/etc/requirements-docs.txt - -chttps://raw.githubusercontent.com/openstack/requirements/stable/yoga/upper-constraints.txt + -c{toxinidir}/etc/upper-constraints.os.txt -c{toxinidir}/etc/upper-constraints.onap.txt commands = sphinx-build -b spelling -Dextensions=sphinxcontrib.spelling -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/spellcheck @@ -63,7 +63,7 @@ commands = [testenv:autopep8] deps = -r{toxinidir}/etc/requirements-docs.txt - -chttps://raw.githubusercontent.com/openstack/requirements/stable/yoga/upper-constraints.txt + -c{toxinidir}/etc/upper-constraints.os.txt -c{toxinidir}/etc/upper-constraints.onap.txt commands = autopep8 --max-line-length 120 --in-place docs/conf.py @@ -71,7 +71,7 @@ commands = [testenv:pylint] deps = -r{toxinidir}/etc/requirements-docs.txt - -chttps://raw.githubusercontent.com/openstack/requirements/stable/yoga/upper-constraints.txt + -c{toxinidir}/etc/upper-constraints.os.txt -c{toxinidir}/etc/upper-constraints.onap.txt commands = pylint --max-line-length=120 --disable=missing-docstring --reports=y --score=y --output-format=colorized docs/conf.py |