From 2e9698637ccbf26f8b63211dcb4d3e1b23a77c94 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Thu, 23 Mar 2023 13:42:08 +0000 Subject: Package upgrade in so-lib Issue-ID: SO-4089 Change-Id: Ie5a23390bbebcf8173c7d89baa76d5c510c764a7 Signed-off-by: sanchitapathak Signed-off-by: Lukasz Rajewski Signed-off-by: aleem.raja@t-systems.com --- docs/tox.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/tox.ini') diff --git a/docs/tox.ini b/docs/tox.ini index edac8c3..dd702eb 100644 --- a/docs/tox.ini +++ b/docs/tox.ini @@ -4,10 +4,10 @@ envlist = docs, skipsdist = true [testenv:docs] -basepython = python3 +basepython = python3.8 deps = -r{toxinidir}/requirements-docs.txt commands = - sphinx-build -b html -n -d {envtmpdir}/doctrees ./ {toxinidir}/_build/html + sphinx-build -W -b html -n -d {envtmpdir}/doctrees ./ {toxinidir}/_build/html echo "Generated docs available in {toxinidir}/_build/html" whitelist_externals = echo @@ -18,5 +18,5 @@ whitelist_externals = basepython = python3 #deps = -r{toxinidir}/requirements-docs.txt commands = echo "Link Checking not enforced" -#commands = sphinx-build -b linkcheck -d {envtmpdir}/doctrees ./ {toxinidir}/_build/linkcheck +#commands = sphinx-build -W -b linkcheck -d {envtmpdir}/doctrees ./ {toxinidir}/_build/linkcheck whitelist_externals = echo -- cgit 1.2.3-korg