### Building the docs
```sh
pip install -U Sphinx
pip install -r pip-requirements.txt
make html
```
Access the documents from **build/html/** folder.