Merge "Adopt new docs/tox API"
authorMartin Skorupski <martin.skorupski@highstreet-technologies.com>
Tue, 4 Jul 2023 15:20:12 +0000 (15:20 +0000)
committerGerrit Code Review <gerrit@o-ran-sc.org>
Tue, 4 Jul 2023 15:20:12 +0000 (15:20 +0000)
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