Files
glances/docs
2017-03-25 18:02:42 +01:00
..
2017-03-19 17:59:21 +01:00
2016-03-06 19:16:37 +01:00
2017-03-12 18:52:17 +01:00
2017-03-25 18:02:42 +01:00
2017-03-19 17:59:21 +01:00
2016-06-02 16:30:27 +02:00
2017-03-15 21:39:27 +01:00
2017-03-12 18:52:17 +01:00
2016-09-04 16:53:32 +02:00
2017-03-12 18:52:17 +01:00
2016-03-06 19:16:37 +01:00
2017-02-06 18:12:58 +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