Files
glances/docs
2019-04-08 14:39:18 +02:00
..
2016-03-06 19:16:37 +01:00
2019-04-08 14:39:18 +02:00
2018-11-01 08:49:46 +01:00
2019-04-08 14:39:18 +02:00
2016-06-02 16:30:27 +02:00
2018-08-16 11:33:25 +02:00
2018-11-27 23:09:39 +01:00
2018-10-20 10:47:30 +02:00
2016-03-06 19:16:37 +01:00
2019-01-20 10:14:45 +01:00
2016-08-26 14:05:40 +02:00
2016-03-06 19:16:37 +01:00

Building the docs
=================

First install Sphinx and the RTD theme:

    pip install sphinx sphinx_rtd_theme

or update it if already installed:

    pip install --upgrade sphinx sphinx_rtd_theme

Go to the docs folder:

    cd docs

Then build the HTML documentation:

    make html

and the man page:

    LC_ALL=C make man