2024-01-22 18:12:01 +01:00
|
|
|
<div align="center">
|
|
|
|
|
|
|
|
# Sphinx documentation for C / C++
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
2024-01-22 18:15:21 +01:00
|
|
|
## :wrench: Dependencies installation
|
2024-01-22 18:12:01 +01:00
|
|
|
|
|
|
|
```sh
|
|
|
|
pip3 install sphinx breathe
|
|
|
|
sudo apt-get install doxygen
|
|
|
|
```
|
|
|
|
|
2024-01-22 18:15:21 +01:00
|
|
|
## :rocket: Compile documentation
|
2024-01-22 18:12:01 +01:00
|
|
|
|
|
|
|
```sh
|
|
|
|
cd docs
|
|
|
|
make html
|
|
|
|
```
|