From 9fcfa7021c738f84c5be38e97d7b5d6b65662116 Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Wed, 10 May 2023 17:22:34 -0700 Subject: [PATCH] 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 --- docs/license.rst | 2 +- tox.ini | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) 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 -- 2.16.6