From 5edb57e2d03c1dab6e59eb1b43adde1944a400d8 Mon Sep 17 00:00:00 2001 From: Martin Skorupski Date: Sat, 6 May 2023 17:16:02 +0200 Subject: [PATCH] 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 --- docs/overview.rst | 2 +- tox.ini | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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 -- 2.16.6