Files
glances/docs
2018-08-16 11:33:25 +02:00
..
2018-04-02 21:54:47 +02:00
2016-03-06 19:16:37 +01:00
2018-08-16 11:33:25 +02:00
2016-06-02 16:30:27 +02:00
2018-08-16 11:33:25 +02:00
2018-02-15 19:45:45 +01:00
2018-02-15 19:23:50 +01:00
2016-03-06 19:16:37 +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