mirror of
https://github.com/nicolargo/glances.git
synced 2024-12-01 05:54:46 +03:00
23 lines
281 B
Plaintext
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
|