sphinx-tutorial/cpp-example/readme.md
2024-01-22 18:12:01 +01:00

19 lines
No EOL
237 B
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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