Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 468 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 468 Bytes

MicroHH documentation

Sphinx / ReadTheDocs MicroHH documentation, available at: https://microhh.readthedocs.io

Installation of packages

A local compilation of the documentation requires the following Pip packages:

pip3 install sphinx
pip3 install sphinx-rtd-theme

Local compilation

To compile the documentation local on your computer, simply use:

make html

from the root directory. This will result in .html pages in `build/html'.