Fix: Pin urllib3 and fix license link 78/11078/5
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Thu, 11 May 2023 00:22:34 +0000 (17:22 -0700)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Thu, 11 May 2023 21:07:41 +0000 (14:07 -0700)
- Fix broken license link
- Pin urllib3 in the tox dependencies
- allowlist_externals for echo

Change-Id: Id13e0e2795394f66bef2ac9656e08e127cd7b290
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
docs/license.rst
tox.ini

index f434c48..ba65b76 100644 (file)
@@ -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 <https://static1.squarespace.com/static/5ad774cce74940d7115044b0/t/5d510f6927cc360001d337e2/1565593453879/O-RAN+Software+License+v.1.0_6-11-19_clean.pdf>`_.
+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 <https://assets-global.website-files.com/60b1962ffda0a42f779c765b/60d700623d931ee5ed9093d2_O-RAN%2BSoftware%2BLicense%2Bv.1.0_6-11-19_clean.pdf>`_.
 
 
 Creative Commons Attribution 4.0 International License
diff --git a/tox.ini b/tox.ini
index a2250a7..5fc51fe 100644 (file)
--- 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