From: DW Talton Date: Tue, 19 Jan 2021 18:42:43 +0000 (-0700) Subject: Remove whitespace and correct typo X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=1ab4494941c42d09262ceaba2964b205b239013e;p=doc.git Remove whitespace and correct typo 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 Change-Id: I8b804a21768839505324e75f7f4800c62e6b2aae --- diff --git a/docs/projects.rst b/docs/projects.rst index 64fc1b0..2888572 100644 --- a/docs/projects.rst +++ b/docs/projects.rst @@ -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 --- 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