The Graylog documentation

Building locally

Install Sphinx

$ easy_install -U Sphinx

Install the theme we are using:

$ pip install sphinx_rtd_theme

On Fedora 22:

$ sudo dnf install -y python-sphinx python-sphinx_rtd_theme

Build the docs and open them in your browser:

$ cd documentation
$ make html
$ open _build/html/index.html