summaryrefslogtreecommitdiffstats
path: root/docs/tox.ini
diff options
context:
space:
mode:
authorLukasz Rajewski <lukasz.rajewski@t-mobile.pl>2023-04-04 12:18:15 +0000
committerLukasz Rajewski <lukasz.rajewski@t-mobile.pl>2023-04-04 12:58:18 +0000
commit53da56bc3eef309d3b78d40bed6c195505154724 (patch)
tree522b6e8f292f60637d9462b6632f64818117433b /docs/tox.ini
parente67af03e0d421c3a36717afa828ba226804a0f4e (diff)
Release 1.12.0 artifactsHEADmaster
Issue-ID: SO-4001 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@t-mobile.pl> Change-Id: I19d0ad95cc1b35a5d368b9d1dc0e0824a752bd0e
Diffstat (limited to 'docs/tox.ini')
-rw-r--r--docs/tox.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/tox.ini b/docs/tox.ini
index dd702eb..2c0a396 100644
--- a/docs/tox.ini
+++ b/docs/tox.ini
@@ -6,6 +6,9 @@ skipsdist = true
[testenv:docs]
basepython = python3.8
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.onap.txt?h=master
+
commands =
sphinx-build -W -b html -n -d {envtmpdir}/doctrees ./ {toxinidir}/_build/html
echo "Generated docs available in {toxinidir}/_build/html"