mirror of
https://github.com/nicolargo/glances.git
synced 2025-12-23 14:08:18 -05: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