From 5455395f0635e6177d61e90f87a2b4b856da1ec5 Mon Sep 17 00:00:00 2001 From: Alex Stancu Date: Tue, 27 Jun 2023 09:48:29 +0300 Subject: [PATCH] Fix documentation job. Issue-ID: SIM-114 Change-Id: I6122cff31a6ba1a208da0292334db858d2719088 Signed-off-by: Alex Stancu --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 1b0d4a5..12ac510 100644 --- a/tox.ini +++ b/tox.ini @@ -14,6 +14,7 @@ deps = sphinxcontrib-httpdomain recommonmark lfdocs-conf + urllib3~=1.26.15 commands = sphinx-build -W -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html -- 2.16.6