X Tutup
Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 304 Bytes

File metadata and controls

15 lines (11 loc) · 304 Bytes

To build the documentation locally do the following :

 > pip install sphinx sphinx-autobuild
 > cd docs
 > make html

This will create the output in _build/html so on Mac you should be able to

> open _build/html/index.html

which will open a browser with the rendered documentation

X Tutup