Files
glances/docs
Nicolas Hennion 2cfc64e8e9 Update MCP configuration instructions in mcp.rst
Added instructions for configuring Glances MCP from the Claude command line.
2026-05-21 17:18:50 +02:00
..
2026-04-19 09:36:25 +02:00
2016-03-06 19:16:37 +01:00
2026-05-05 08:52:20 +02:00
2026-03-22 10:36:31 +01:00
2026-05-05 08:52:20 +02:00
2025-11-22 18:48:13 +01:00
2026-02-21 20:57:00 +01:00
2024-11-23 13:43:11 +01:00
2025-08-27 21:06:10 +01:00
2026-02-17 12:38:47 -07:00
2024-11-08 12:28:58 +01:00
2026-02-21 20:57:00 +01:00
2025-07-05 10:32:10 +02:00
2016-03-06 19:16:37 +01:00
2019-06-20 11:46:07 -07:00
2021-05-26 15:51:43 +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