README.rst 399 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Documentation
=============

Documentation for LightGBM is generated using `Sphinx <http://www.sphinx-doc.org/>`__.

After each commit on ``master``, documentation is updated and published to `Read the Docs <https://lightgbm.readthedocs.io/>`__.

Build
-----

You can build the documentation locally. Just run in ``docs`` folder:

.. code:: sh

    pip install sphinx sphinx_rtd_theme
    make html