# Sphinx documentation for C / C++
## :wrench: Dependencies installation ```sh pip3 install sphinx breathe sudo apt-get install doxygen ``` ## :rocket: Compile documentation ```sh cd docs make html ```