mirror of
https://github.com/microsoft/mscclpp.git
synced 2026-05-12 09:17:06 +00:00
594 B
594 B
How to build docs
-
Install
doxygen.$ sudo apt-get install doxygen -
Install Python packages below. If you install them on the user's local, you need to include
~/.local/binto$PATH(to usesphinx-build).$ sudo python3 -m pip install sphinx sphinx_rtd_theme breathe -
Create Doxygen documents.
$ doxygen -
Create Sphinx documents.
$ sphinx-build -b html -Dbreathe_projects.mscclpp=$PWD/doxygen/xml $PWD $PWD/sphinx -
Done. The HTML files will be on
sphinx/directory.