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