sarciszewski / documentation

Home Page:http://docs.graylog.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

http://docs.graylog.org/

License:Other


Languages

Language:Python 62.0%Language:Makefile 38.0%