First build the docs by:
make buildThis 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 openwhich 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