Documentation ============= Documentation for LightGBM is generated using `Sphinx `__. After each commit on ``master``, documentation is updated and published to `Read the Docs `__. Build ----- You can build the documentation locally. Just run in ``docs`` folder: .. code:: sh pip install sphinx sphinx_rtd_theme make html