Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 523 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 523 Bytes

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