From: Martin Skorupski Date: Sat, 6 May 2023 15:16:02 +0000 (+0200) Subject: Adopt new docs/tox API X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=5edb57e2d03c1dab6e59eb1b43adde1944a400d8;hp=4c5ff10399e471ef937a53140eed0b7114396234;p=oam.git Adopt new docs/tox API - toc.ini changed - spelling issue reported by Rao addressed Issue-ID: OAM-335 Change-Id: Idf515651fecee8d7357c338b5812c799e65cc5f5 Signed-off-by: Martin Skorupski --- 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