Remove whitespace and correct typo 71/5471/1
authorDW Talton <dtalton@contractor.linuxfoundation.org>
Tue, 19 Jan 2021 18:42:43 +0000 (11:42 -0700)
committerDW Talton <dtalton@contractor.linuxfoundation.org>
Tue, 19 Jan 2021 18:42:43 +0000 (11:42 -0700)
Needed to find something to force a rebuild of the docs. Removed
dead whitespace from tox.ini and removed a small typo in
projects.rst

Signed-off-by: DW Talton <dtalton@contractor.linuxfoundation.org>
Change-Id: I8b804a21768839505324e75f7f4800c62e6b2aae

docs/projects.rst
tox.ini

index 64fc1b0..2888572 100644 (file)
@@ -86,7 +86,7 @@ More detailed function documentation can be found as follow:
 
 O-RAN Central Unit (OCU)
 ------------------------
-The OCU is target an initial software deliverable with limited functionality. Focus on aa basic E2 interface to enable initial integration testing between RIC and OCU.
+The OCU is target an initial software deliverable with limited functionality. Focus on a basic E2 interface to enable initial integration testing between RIC and OCU.
 
 More detailed function documentation can be found as follow:
 
diff --git a/tox.ini b/tox.ini
index db50ddf..a2250a7 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -8,13 +8,13 @@ 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