From: Harshita Lal Date: Fri, 23 Jun 2023 07:00:04 +0000 (+0000) Subject: Merge "[Epic-ID: ODUHIGH-475][Task-ID: ODUHIGH-476] O1 integration fixes" X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=e440deae5fa6f2cb8d96cdb4714ef25e3dba2413;hp=8e24dbcf21db5c77c0f7392d72938c3692e33d1d;p=o-du%2Fl2.git Merge "[Epic-ID: ODUHIGH-475][Task-ID: ODUHIGH-476] O1 integration fixes" --- diff --git a/tox.ini b/tox.ini index e3e84237a..89cc65ff0 100644 --- a/tox.ini +++ b/tox.ini @@ -14,11 +14,12 @@ deps = sphinxcontrib-httpdomain recommonmark lfdocs-conf + urllib3~=1.26.15 +allowlist_externals = echo commands = sphinx-build -W -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html echo "Generated docs available in {toxinidir}/docs/_build/html" -whitelist_externals = echo [testenv:docs-linkcheck] basepython = python3 @@ -27,6 +28,7 @@ deps = sphinx sphinxcontrib-httpdomain recommonmark lfdocs-conf + urllib3~=1.26.15 commands = sphinx-build -W -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck [testenv:clm]