Files
glances/docs
2022-11-03 15:41:31 +01:00
..
2022-09-09 20:14:04 +02:00
2022-10-03 21:53:24 +08:00
2022-10-03 21:53:24 +08:00
2022-11-03 15:33:03 +01:00
2022-11-03 15:41:31 +01:00
2022-07-10 18:42:34 +02:00
2022-11-03 15:33:03 +01: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