glances/docs/README.txt

23 lines
281 B
Plaintext
Raw Normal View History

2016-03-05 17:42:05 +00:00
Building the docs
=================
2016-08-26 12:05:40 +00:00
First install Sphinx and the RTD theme:
2016-03-05 17:42:05 +00:00
2021-05-26 13:51:43 +00:00
make venv
2016-03-05 17:42:05 +00:00
or update it if already installed:
2016-03-05 17:42:05 +00:00
2021-05-26 13:51:43 +00:00
make venv-upgrade
2016-03-05 17:42:05 +00:00
Go to the docs folder:
2016-03-05 17:42:05 +00:00
cd docs
Then build the HTML documentation:
2016-03-05 17:42:05 +00:00
make html
and the man page:
2016-03-12 14:34:33 +00:00
LC_ALL=C make man