# 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/ ## Build You can build the documentation locally. Just run: ```sh pip install -r requirements.txt make html ``` ## Wiki In addition to our documentation hosted on Read the Docs, some additional topics are explained at https://github.com/Microsoft/LightGBM/wiki.