/docs-1

Gemnasium Enterprise Docs

MIT LicenseMIT

Gemnasium Enterprise Docs Sources

This repositoring hosts the Gemnasium Entreprise 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:

make html

To serve the documentation site, with live-reload:

make livehtml