From: Jessica Wagantall Date: Thu, 11 May 2023 00:22:34 +0000 (-0700) Subject: Fix: Pin urllib3 and fix license link X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=9fcfa7021c738f84c5be38e97d7b5d6b65662116;p=doc.git Fix: Pin urllib3 and fix license link - Fix broken license link - Pin urllib3 in the tox dependencies - allowlist_externals for echo Change-Id: Id13e0e2795394f66bef2ac9656e08e127cd7b290 Signed-off-by: Jessica Wagantall --- diff --git a/docs/license.rst b/docs/license.rst index f434c48..ba65b76 100644 --- a/docs/license.rst +++ b/docs/license.rst @@ -15,7 +15,7 @@ The O-RAN Software Community is a Linux Foundation project supported and funded O-RAN Software License ---------------------- -The O-RAN Specification Code Project is an O-RAN Alliance project. Its objective is to allow contributions that will acknowledge essential patents. The project leverages the `O-RAN Software License `_. +The O-RAN Specification Code Project is an O-RAN Alliance project. Its objective is to allow contributions that will acknowledge essential patents. The project leverages the `O-RAN Software License `_. Creative Commons Attribution 4.0 International License diff --git a/tox.ini b/tox.ini index a2250a7..5fc51fe 100644 --- a/tox.ini +++ b/tox.ini @@ -14,7 +14,8 @@ 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 @@ -29,4 +30,5 @@ 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