The following Doxygen and Sphinx documentation will be rendered separately.
The following packages (Ubuntu 22.04) need to be installed:
# install base requirements
apt-get install doxygen python3-sphinx python3-sphinx-rtd-theme python3-sphinxcontrib-mermaidIn future releases this process will be integrated in CI systems and triggered regularly.
# run doxygen
doxygen
# run sphinx-build
sphinx-build -b html . doc_render/sphinx/Rendered Documentation can be found at the following locations.
./doc_render/html/index.html.
./doc_render/sphinx/index.html.