From 624b78423917c5123efb885e5b4281bced436ec0 Mon Sep 17 00:00:00 2001 From: thmsdt Date: Thu, 1 Sep 2022 15:30:11 +0200 Subject: fix sphinx-build path in doc setup guide Issue-ID: DOC-798 Signed-off-by: thmsdt Change-Id: I27ced61b4d0b0abeaa4284d50cc7fffe85abee6e --- .../setup-of-a-doc-dev-system.rst | 21 +++++++++++---------- docs/release/component-release-notes.rst | 5 ++++- 2 files changed, 15 insertions(+), 11 deletions(-) diff --git a/docs/guides/onap-documentation/setup-of-a-doc-dev-system.rst b/docs/guides/onap-documentation/setup-of-a-doc-dev-system.rst index 424341b1f..6b43ec82b 100644 --- a/docs/guides/onap-documentation/setup-of-a-doc-dev-system.rst +++ b/docs/guides/onap-documentation/setup-of-a-doc-dev-system.rst @@ -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//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//environments/onapdocs/bin/sphinx-build`` + ``/usr/bin/sphinx-build`` Replace ```` with your user name. diff --git a/docs/release/component-release-notes.rst b/docs/release/component-release-notes.rst index 34b0b6942..2d3d61810 100644 --- a/docs/release/component-release-notes.rst +++ b/docs/release/component-release-notes.rst @@ -101,7 +101,10 @@ SO - Service Orchestration UUI - Use Case User Interface ----------------------------- -- :ref:`usecase-ui ` + + + +.. - :ref:`usecase-ui ` VFC - Virtual Function Controller --------------------------------- -- cgit 1.2.3-korg