Files
glances/docs
2026-03-22 10:37:22 +01:00
..
2026-03-07 15:39:13 +01:00
2026-03-15 14:50:48 +01:00
2026-03-22 10:37:22 +01:00
2026-03-22 10:36:31 +01:00
2026-03-22 10:15:17 +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