glances/docs/README.txt
Nicolas Hennion 8086e1033c Update docs
2021-05-26 15:51:43 +02:00

23 lines
281 B
Plaintext

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