mirror of
https://github.com/nicolargo/glances.git
synced 2026-03-13 03:17:12 -04:00
Building the docs
=================
First install Sphinx:
pip install sphinx
Then build:
cd docs && make html
To build the man page:
make man
Then:
rm man/glances.1
cp _build/man/glances.1 man/glances.1