Files
glances/docs
2023-07-01 11:18:24 +02:00
..
2023-05-16 09:32:17 +02:00
2023-05-10 01:13:38 +05:30
2023-05-18 17:08:39 +02:00
2023-07-01 11:18:24 +02:00
2023-07-01 11:18:24 +02:00
2022-10-03 15:43:36 -04:00
2021-05-26 15:51:43 +02:00
2022-10-03 21:53:24 +08:00
2021-05-26 15:51:43 +02:00

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

First install Sphinx and the RTD theme:

    make venv

or update it if already installed:

    make venv-upgrade

Go to the docs folder:

    cd docs

Then build the HTML documentation:

    make html

and the man page:

    LC_ALL=C make man