summaryrefslogtreecommitdiffstats
path: root/examples/sphinx/release/tox.ini
diff options
context:
space:
mode:
authorEric Debeau <eric.debeau@orange.com>2022-10-07 15:19:43 +0000
committerGerrit Code Review <gerrit@onap.org>2022-10-07 15:19:43 +0000
commitdb7450db882ceb69929974183642228e1e566f54 (patch)
tree02bd74204143cce855e57191c10dd0829fddd6ef /examples/sphinx/release/tox.ini
parent9b153df19b23320e4e8a485a39b047930104f6f2 (diff)
parent95de97305dd110a2624cca4c4fe748b8ce8e8493 (diff)
Merge "Slightly improve Doc's examples"
Diffstat (limited to 'examples/sphinx/release/tox.ini')
-rw-r--r--examples/sphinx/release/tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/sphinx/release/tox.ini b/examples/sphinx/release/tox.ini
index 11c051a0d..4629c8313 100644
--- a/examples/sphinx/release/tox.ini
+++ b/examples/sphinx/release/tox.ini
@@ -19,7 +19,7 @@ deps =
-chttps://raw.githubusercontent.com/openstack/requirements/stable/yoga/upper-constraints.txt
-chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt?h={release}
commands =
- sphinx-build -W -b linkcheck -d {envtmpdir}/doctrees {toxinidir} {toxinidir}/_build/linkcheck
+ sphinx-build -W -q -b linkcheck -d {envtmpdir}/doctrees {toxinidir} {toxinidir}/_build/linkcheck
[testenv:docs-spellcheck]
basepython = python3.8
@@ -28,4 +28,4 @@ deps =
-chttps://raw.githubusercontent.com/openstack/requirements/stable/yoga/upper-constraints.txt
-chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt?h={release}
commands =
- sphinx-build -W -b spelling -Dextensions=sphinxcontrib.spelling -d {envtmpdir}/doctrees {toxinidir} {toxinidir}/_build/spellcheck
+ sphinx-build -W -q -b spelling -d {envtmpdir}/doctrees {toxinidir} {toxinidir}/_build/spellcheck