Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 504 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 504 Bytes

How to build the docs

From the docs/ directory, build the docs by running

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, run

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 your rc-file.

To both build the html files and open them, run

make see