diff options
author | thmsdt <thomas.kulik@telekom.de> | 2022-09-01 15:30:11 +0200 |
---|---|---|
committer | thmsdt <thomas.kulik@telekom.de> | 2022-09-01 16:24:11 +0200 |
commit | 624b78423917c5123efb885e5b4281bced436ec0 (patch) | |
tree | 8a412c7e1c4b32ecc2f638574f91390cd8c9ba1a /docs/guides/onap-documentation | |
parent | b0ba1feaffb1fc366aaf0f5a46eb22124248caa5 (diff) |
fix sphinx-build path in doc setup guide
Issue-ID: DOC-798
Signed-off-by: thmsdt <thomas.kulik@telekom.de>
Change-Id: I27ced61b4d0b0abeaa4284d50cc7fffe85abee6e
Diffstat (limited to 'docs/guides/onap-documentation')
-rw-r--r-- | docs/guides/onap-documentation/setup-of-a-doc-dev-system.rst | 21 |
1 files changed, 11 insertions, 10 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/<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. |