Please follow the following steps to build html files
- python 3.12 (The default
python --versionshould be 3.12) - sphinx (>=4.2)
- breathe extension
- recommonmark
- sphinx_rtd_theme
pip3 install sphinx pip3 install breathe pip3 install recommonmark pip3 install sphinx_rtd_theme- Run parse_bindings.py to generate rst files for classes and enums
- Follow README in
../bindingsto compile and install bindings - Then run
make html
- Copy
custom.cssandpk_scripts.jsinto_build/html/_static