# Sphinx documentation for C / C++
## :wrench: Dependencies installation ```sh pip3 install sphinx breathe exhale sudo apt-get install doxygen ``` ## :rocket: Générer la documentation ```sh cd docs make html ```