Adopt new docs/tox API 34/11034/2
authorMartin Skorupski <martin.skorupski@highstreet-technologies.com>
Sat, 6 May 2023 15:16:02 +0000 (17:16 +0200)
committerMartin Skorupski <martin.skorupski@highstreet-technologies.com>
Sat, 6 May 2023 15:37:59 +0000 (15:37 +0000)
- toc.ini changed
- spelling issue reported by Rao addressed

Issue-ID: OAM-335
Change-Id: Idf515651fecee8d7357c338b5812c799e65cc5f5
Signed-off-by: Martin Skorupski <martin.skorupski@highstreet-technologies.com>
docs/overview.rst
tox.ini

index b297a26..b1223a3 100644 (file)
@@ -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 <https://www.o-ran.org/specifications>`_
diff --git a/tox.ini b/tox.ini
index 9ab0da4..e35f375 100644 (file)
--- 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