Documentation ============= To build the documentation you will need to install a few dependencies. Linux ----- .. code-block:: shell sudo apt-get install doxygen sphinx-doc -y pip3 install sphinx-rtd-theme sphinx-sitemap breathe MacOS ----- .. code-block:: shell brew install doxygen sphinx-doc -y pip3 install sphinx-rtd-theme sphinx-sitemap breathe