Skip to content

gemnasium/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Gemnasium Enterprise Docs Sources

This repositoring hosts the Gemnasium Enterprise documentation files. The documentation is generated automatically by readthedocs, for each commit.

Generate files locally

Install sphinx, and sphinx-autobuild to live build the docs:

 pip install sphinx sphinx-autobuild sphinx_rtd_theme

Build the doc:

cd docs
make html

To serve the documentation site, with live-reload:

cd docs
make livehtml