mirror of
https://github.com/nicolargo/glances.git
synced 2026-06-03 03:15:09 -04:00
One commit per plugin, each replicating its v4 msg_curse layout. Each task starts by reading the v4 source + catalogue (project memory rule `feedback-tui-v5-must-mirror-v4`). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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