mirror of
https://github.com/nicolargo/glances.git
synced 2026-03-13 11:28:12 -04:00
When using the Prometheus exporter inside a container: https://github.com/nicolargo/glances/issues/2087#issue-1305028667 refactor: place old note into note block
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