The GITB software user guide is built using restructured text and Sphinx. The theme used is the RTD (Read The Docs theme).
The current documentation refers to the perspective of an Community Administrator.
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.