Files
glances/docs
2026-07-14 22:46:46 +02:00
..
2026-06-13 15:30:51 +02:00
2026-07-14 22:46:46 +02:00
2026-06-13 15:35:04 +02:00
2026-07-05 11:47:16 +02:00
2026-06-06 14:50:00 +02:00
2026-06-13 15:35:04 +02:00
2026-06-06 14:50:00 +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