Skip to content

Latest commit

 

History

History

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

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