From 1ab4494941c42d09262ceaba2964b205b239013e Mon Sep 17 00:00:00 2001 From: DW Talton Date: Tue, 19 Jan 2021 11:42:43 -0700 Subject: [PATCH] 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 --- docs/projects.rst | 2 +- tox.ini | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 -- 2.16.6