Skip to content

naveenvhegde/documentation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Graylog documentation

Building locally

Install Sphinx

$ easy_install -U Sphinx

Install the theme we are using:

$ pip install sphinx_rtd_theme

Build the docs and open them in your browser:

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

Releases

No releases published

Packages

No packages published

Languages

  • Python 62.0%
  • Makefile 38.0%