# Documentation Documentation for LightGBM is generated using [Sphinx](http://www.sphinx-doc.org/) and [recommonmark](https://recommonmark.readthedocs.io/). After each commit on `master`, documentation is updated and published to [https://lightgbm.readthedocs.io/](https://lightgbm.readthedocs.io/). ## Build You can build the documentation locally. Just run in `docs` folder: ```sh pip install -r requirements.txt make html ```