Files
glances/docs
2020-08-19 10:47:35 +02:00
..
2020-08-19 10:47:35 +02:00
2018-08-16 11:33:25 +02:00
2019-06-20 11:46:07 -07:00
2020-03-03 22:29:39 +01:00
2018-10-20 10:47:30 +02:00
2019-06-20 11:46:07 -07: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