First install the Sphinx documentation generator.
$ sudo pip install sphinx sphinx_rtd_themeGenerate the ZMON HTML documentation locally:
$ cd docs; make htmlRun docs locally:
$ python -m SimpleHTTPServer 8888If you are using Python3:
$ python3 -m http.server 8888- Docs at:
- http://localhost:8888/_build/html/