diff options
author | thmsdt <thomas.kulik@telekom.de> | 2021-11-03 12:36:43 +0100 |
---|---|---|
committer | thmsdt <thomas.kulik@telekom.de> | 2021-11-03 12:38:02 +0100 |
commit | dcbf937a137cd492788759d03aaeacafe4682e0b (patch) | |
tree | 71f342910bce8cec88c4bdc22e3fbf65745a8b84 /docs/tox.ini | |
parent | 2e4a6dc4d7412b6ff5253735c3c71252648f40bf (diff) |
[DOC] Correct requirements for doc chain building
Issue-ID: DOC-765
Signed-off-by: thmsdt <thomas.kulik@telekom.de>
Change-Id: I5938e39af9e0c5e14d4530498ddfdd7e9dba0fb1
Diffstat (limited to 'docs/tox.ini')
-rw-r--r-- | docs/tox.ini | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/tox.ini b/docs/tox.ini index edac8c35..bf9bc51f 100644 --- a/docs/tox.ini +++ b/docs/tox.ini @@ -5,7 +5,10 @@ skipsdist = true [testenv:docs] basepython = python3 -deps = -r{toxinidir}/requirements-docs.txt +deps = + -r{toxinidir}/requirements-docs.txt + -chttps://git.onap.org/doc/plain/etc/upper-constraints.os.txt?h=istanbul + -chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt?h=istanbul commands = sphinx-build -b html -n -d {envtmpdir}/doctrees ./ {toxinidir}/_build/html echo "Generated docs available in {toxinidir}/_build/html" |