Documentation for LightGBM is generated using Sphinx.
After each commit on master
, documentation is updated and published to Read the Docs.
You can build the documentation locally. Just run in docs
folder
for Python 3.x:
pip install sphinx sphinx_rtd_theme
make html
for Python 2.x:
pip install mock sphinx sphinx_rtd_theme
make html