Files
glances/docs
2026-03-29 16:56:27 +02:00
..
2026-03-29 16:41:48 +02:00
2026-03-15 14:50:48 +01:00
2026-03-29 16:56:27 +02:00
2026-03-22 10:36:31 +01:00
2026-03-29 16:56:27 +02:00
2026-02-21 20:57:00 +01:00
2026-02-17 12:38:47 -07:00
2026-02-21 20:57:00 +01: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