fix sphinx-build path in doc setup guide 31/130631/4
authorthmsdt <thomas.kulik@telekom.de>
Thu, 1 Sep 2022 13:30:11 +0000 (15:30 +0200)
committerthmsdt <thomas.kulik@telekom.de>
Thu, 1 Sep 2022 14:24:11 +0000 (16:24 +0200)
Issue-ID: DOC-798

Signed-off-by: thmsdt <thomas.kulik@telekom.de>
Change-Id: I27ced61b4d0b0abeaa4284d50cc7fffe85abee6e

docs/guides/onap-documentation/setup-of-a-doc-dev-system.rst
docs/release/component-release-notes.rst

index 424341b..6b43ec8 100644 (file)
@@ -42,10 +42,10 @@ Release Relevance
    11.x.x (Kohn) - 10.x.x (Jakarta)
 
 Last Review/Update
-   23/08/2022
+   2022/09/01
 
 Initial Release
-   05/12/2021
+   2021/12/05
 
 Author (Company)
    Thomas Kulik (Deutsche Telekom AG)
@@ -243,12 +243,19 @@ Install the required packages with ...
                        jq \
                        tox
 
-Check the git version with ...
+Check the git version and the path of the sphinx-build executable ...
 
 .. code-block:: bash
 
    git --version
 
+   which sphinx-build
+
+
+.. tip:: Remember the path
+   ``/usr/bin/sphinx-build``, you need it later
+   to configure a VSC extension.
+
 -------------------------------------------------------------------------------
 
 Create virtual environment and activate
@@ -294,12 +301,6 @@ your terminal has changed. Now it starts with ``(onapdocs)``.
 
    pip3 install wheel
 
-   which sphinx-build
-
-.. tip:: Remember the path
-   ``/home/<USER>/environments/onapdocs/bin/sphinx-build``, you need it later
-   to configure a VSC extension.
-
 -------------------------------------------------------------------------------
 
 Install Visual Studio Code (VSC) and update already installed applications
@@ -477,7 +478,7 @@ all the parameters. Change the following ones:
   ``doc8``
 
  :strong:`Restructuredtext: Sphinx Build Path`
-  ``/home/<USER>/environments/onapdocs/bin/sphinx-build``
+  ``/usr/bin/sphinx-build``
 
 Replace ``<USER>`` with your user name.
 
index 34b0b69..2d3d618 100644 (file)
@@ -101,7 +101,10 @@ SO - Service Orchestration
 
 UUI - Use Case User Interface
 -----------------------------
-- :ref:`usecase-ui <onap-usecase-ui:release_notes>`
+
+<currently unavailable>
+
+.. - :ref:`usecase-ui <onap-usecase-ui:release_notes>`
 
 VFC - Virtual Function Controller
 ---------------------------------