Build the Documentation

To build the documentation, you need to install/configure sphinx:

pip3 install -U sphinx

And all the required module dependencies, for example:

pip3 install sphinx_rtd_theme
pip3 install sphinxcontrib-jquery

Then run:

make docs
## visualize the documentation (E.g., with Firefox)
firefox docs/build/html/index.html