Building the docs

This guide assume that you have cd'ed to /src/main/python/docs/.

Requirements

To build the docs first install packages in requires-docs.txt

python3 -m pip install -r requires-docs.txt

Make Docs

and then run make html:

make html

The docs will then be created at: /src/main/python/buildin HTML will be placed in the ./_build directory.