Skip to content

Commit

Permalink
again fix doc guide issues
Browse files Browse the repository at this point in the history
Issue-ID: DOC-798

Signed-off-by: thmsdt <[email protected]>
Change-Id: Iec655a506402d54587a167b6857182492cb51d64
  • Loading branch information
thmsdt committed Oct 25, 2022
1 parent aeadb24 commit 3d8a7ed
Showing 1 changed file with 8 additions and 13 deletions.
21 changes: 8 additions & 13 deletions docs/guides/onap-documentation/setup-of-a-doc-dev-system.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Release Relevance
11.x.x (Kohn)

Last Review/Update
2022/10/24
2022/10/25

Initial Release
2021/12/05
Expand Down Expand Up @@ -92,8 +92,8 @@ VM Configuration
.. note:: This section is for information only and should not be understood as
a requirement.

Ubuntu Image
------------
Ubuntu Image Used
-----------------

+--------------------------------------+
| ubuntu-22.04.1-desktop-amd64.iso |
Expand Down Expand Up @@ -258,8 +258,10 @@ Install the required packages with ...
sudo apt install -y git \
git-review \
python-wheel-common \
python3-sphinx \
python3-doc8 \
graphviz \
docutils \
curl \
tox \
Expand Down Expand Up @@ -392,15 +394,8 @@ Install required Sphinx packages
and conflicting behaviour with the system package manager*". We try to avoid
this installation method in a later version of this guide.

Install required Sphinx packages with ...

.. code-block:: bash
sudo pip install wheel
Continue with the installation of required packages. Use the file
``requirements-docs.txt`` for it. The file resides in the downloaded ``doc``
repository.
Install required Sphinx packages using the file ``requirements-docs.txt`` as an
input. The file resides in the downloaded ``doc`` repository.

.. code-block:: bash
Expand Down Expand Up @@ -542,7 +537,7 @@ the listed values:
* - esbonio.sphinx.buildDir
- ${workspaceFolder}/_build
* - restructuredtext.styles
- "/usr/local/lib/python3.10/dist-packages/sphinx_rtd_theme/static/css/theme.css"
- /usr/local/lib/python3.10/dist-packages/sphinx_rtd_theme/static/css/theme.css

Close the :guilabel:`Extension Settings` window.

Expand Down

0 comments on commit 3d8a7ed

Please sign in to comment.