This repositoring hosts the Gemnasium Enterprise documentation files. The documentation is generated automatically by readthedocs, for each commit.
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