mirror of
https://github.com/nicolargo/glances.git
synced 2026-03-16 04:52:30 -04:00
Building the docs
=================
First install Sphinx:
pip install sphinx
or update it if already installed:
pip install --upgrade shpinx
Go to the docs folder:
cd docs
Edit the Makefile (line 5):
SPHINXOPTS = -D version=2.6 -D release=2.6_RC1
Then build the HTML documentation:
make html
and the man page:
make man