Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Latest commit

 

History

History
22 lines (16 loc) · 475 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 475 Bytes

How to build the docs

First build the docs by:

make build

This will first install any required dependencies and build the html files. (the next time you can simply do make html).

To open the built docs, do:

make open

which makes use of the command open. If you're on Linux and open does not work you can add alias open='xdg-open' to you rc-file.

To both build the html files and open them, do:

make see