README.md 434 Bytes
Newer Older
1
# Documentation
2

3
Documentation for LightGBM is generated using [Sphinx](http://www.sphinx-doc.org/) and [recommonmark](https://recommonmark.readthedocs.io/).
4

5
After each commit on `master`, documentation is updated and published to [https://lightgbm.readthedocs.io/](https://lightgbm.readthedocs.io/).
6
7
8

## Build

9
You can build the documentation locally. Just run in `docs` folder:
10
11
12
13
14

```sh
pip install -r requirements.txt
make html
```