Build documentation

At the root of the repository do:

pip install -r requirements.txt

It will install the necessary dependencies. The documentation can be built using a <builder>

cd docs & make <builder>

where <builder> can be any supported builder by Sphinx, e.g, html or latex.