glances/docs/README.txt

23 lines
335 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
2016-08-26 12:05:40 +00:00
pip install sphinx sphinx_rtd_theme
2016-03-05 17:42:05 +00:00
or update it if already installed:
2016-03-05 17:42:05 +00:00
2016-08-26 12:05:40 +00:00
pip install --upgrade sphinx sphinx_rtd_theme
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