Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • sphinxcontrib.blockdiag
  • sphinxcontrib.sphinxcontrib-needs
  • sphinxcontrib.sphinxcontrib-plantuml
  • sphinxcontrib.nwdiag
  • sphinxcontrib.seqdiag
  • sphinxcontrib.swaggerdoc
  • sphinx_rtd_theme

Make sure you are in a Python 3 environment:

python3 -m venv Python3 
source Python3/bin/activate

Install needed packages:

pip install lfdocs-conf 
pip install rstcheck
pip install doc8
pip install sphinx sphinx-autobuild
pip install sphinxcontrib.blockdiag
pip install sphinxcontrib.sphinxcontrib-needs
pip install sphinxcontrib.sphinxcontrib-plantuml
pip install sphinxcontrib.nwdiag
pip install sphinxcontrib.seqdiag
pip install sphinxcontrib.swaggerdoc
pip install sphinx_rtd_theme

...

In addition, it is important to configure the RST plugin with the following parameter as diplayed displayed in the figure


Click on CTRL and , to display the Settings Panel
Goto 'Extensions' Menu and find 'reStructuredText' line

...