Files
glances/docs
2026-02-20 08:42:10 +01:00
..
2026-02-10 21:35:05 +01:00
2026-02-20 08:42:10 +01:00
2026-02-20 08:42:10 +01:00
2026-02-20 08:42:10 +01:00
2026-01-31 09:23:50 +01:00
2026-02-17 12:38:47 -07: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