To build the docs run this inside docs
folder:
make html
If sphinx-build
is not in your path this will install the sphinx
python module automatically.
The documentation will be built into _build
folder. Access it by opening _build/index.html
.