summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2022-08-22 15:53:00 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2022-08-23 10:25:50 +0200
commitbcba18a222a8bcf8d937a60436574426306dadae (patch)
tree9b30310a78e8cdbe23608b66b6765639d843efe6 /tox.ini
parentc5123d6d7f9b5d7f5a0d3de143b778b291dbbb08 (diff)
Use official OpenStack Yoga upper constraints
As they remove sphinx from the list, we can switch to the official files. etc/upper-constraints.os.txt will be removed once all ONAP part of doc's conf.py are updated. It also fixes master's and releases's tox.ini and modifies conf.py to make spellcheck work. It syncs release/_static/css/ribbon.css which was obsolete. Issue-ID: DOC-782 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> Change-Id: I22757e2d6750e88ac7e83a0636fc0755976a2cbd
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini14
1 files changed, 7 insertions, 7 deletions
diff --git a/tox.ini b/tox.ini
index 6505b8512..ccedab79c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -7,7 +7,7 @@ skipsdist = true
basepython = python3
deps =
-r{toxinidir}/etc/requirements-docs.txt
- -c{toxinidir}/etc/upper-constraints.os.txt
+ -chttps://raw.githubusercontent.com/openstack/requirements/stable/yoga/upper-constraints.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
- -c{toxinidir}/etc/upper-constraints.os.txt
+ -chttps://raw.githubusercontent.com/openstack/requirements/stable/yoga/upper-constraints.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
- -c{toxinidir}/etc/upper-constraints.os.txt
+ -chttps://raw.githubusercontent.com/openstack/requirements/stable/yoga/upper-constraints.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
- -c{toxinidir}/etc/upper-constraints.os.txt
+ -chttps://raw.githubusercontent.com/openstack/requirements/stable/yoga/upper-constraints.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
- -c{toxinidir}/etc/upper-constraints.os.txt
+ -chttps://raw.githubusercontent.com/openstack/requirements/stable/yoga/upper-constraints.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
- -c{toxinidir}/etc/upper-constraints.os.txt
+ -chttps://raw.githubusercontent.com/openstack/requirements/stable/yoga/upper-constraints.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
- -c{toxinidir}/etc/upper-constraints.os.txt
+ -chttps://raw.githubusercontent.com/openstack/requirements/stable/yoga/upper-constraints.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