From: Martin Skorupski Date: Tue, 4 Jul 2023 15:20:12 +0000 (+0000) Subject: Merge "Adopt new docs/tox API" X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=660fe5384e6f0652e8754e0f2365b4f5355a49c5;hp=a437c922f03f414a3216d58eb61f6725fc4f9df1;p=oam.git Merge "Adopt new docs/tox API" --- diff --git a/docs/overview.rst b/docs/overview.rst index b297a26..b1223a3 100644 --- a/docs/overview.rst +++ b/docs/overview.rst @@ -6,7 +6,7 @@ OAM Operation and Maintenance Overview ====================================== The O-RAN SC OAM project provides administrative and operator -functions for O-RAN components, such as Near-Realtime-RAN-Inelegant-Controller, +functions for O-RAN components, such as Near-Realtime-RAN-Intelligent-Controller, O-RAN Centralized Unit, O-RAN Distributed Unit and O-RAN Radio Unit. The project follows the specifications for the `O1 interface `_ diff --git a/tox.ini b/tox.ini index 9ab0da4..e35f375 100644 --- a/tox.ini +++ b/tox.ini @@ -8,17 +8,17 @@ skipsdist = true [testenv:docs] basepython = python3 -deps = +deps = sphinx sphinx-rtd-theme sphinxcontrib-httpdomain recommonmark lfdocs-conf - + 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 +allowlist_externals = echo [testenv:docs-linkcheck] basepython = python3