grid-control user's guide written in reStructuredText to be compiled using sphinx
Install sphinx and theme:
$ pip install --user sphinx
$ pip install --user sphinx_rtd_theme
Build the documentation:
# build html documentation
$ make html
# (optional) build pdf documentation
$ make latexpdf
Deploy (maybe clear the directory before):
$ sphinx-build -b html . ../grid-control.github.io