...
Make sure you are in a Python 3 environment:.
python3Install -m venv Python3
source Python3/bin/activate
...
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 displayed in the figure
Click on CTRL and ,"⌘," to display the Settings Panel
Goto 'Extensions' Menu and find 'reStructuredText' line
...