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

237 B

Sphinx documentation for C / C++

## 🔧 Dependencies installation

pip3 install sphinx breathe
sudo apt-get install doxygen

## 🚀 Compile documentation

cd docs
make html