sphinx-tutorial/cpp-example/readme.md

19 lines
237 B
Markdown
Raw Normal View History

2024-01-22 18:12:01 +01:00
<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
```