The GITB services documentation is built using restructured text and Sphinx. The theme used is the RTD (Read The Docs theme).
Installation process described at: http://www.sphinx-doc.org/en/master/usage/installation.html
Download and install python. On windows do this get the installer from https://www.python.org/downloads/ (currently version 3.* is used).
On Linux do:
apt-get update
apt-get install -y python-pip python-dev build-essential
Install Sphinx pip install -U sphinx
Verify installation with sphinx-build --version
Install RTD theme: pip install sphinx_rtd_theme.
This is then used as "sphinx_rtd_theme"
To generate the HTML documentation issue (from the current folder): make html. The output is stored in folder "build"
To fully cleanup the produced documentation: make clean.
The sources in this repository are published under the CC BY 4.0 licence.