mirror of
https://github.com/nicolargo/glances.git
synced 2024-11-25 08:33:22 +03:00
Add README on building docs
This commit is contained in:
parent
cbcf779dc2
commit
36c8af3fe1
19
docs/README.txt
Normal file
19
docs/README.txt
Normal file
@ -0,0 +1,19 @@
|
||||
Building the docs
|
||||
=================
|
||||
|
||||
First install Sphinx:
|
||||
|
||||
pip install sphinx
|
||||
|
||||
Then build:
|
||||
|
||||
cd docs && make html
|
||||
|
||||
To build the man page:
|
||||
|
||||
make man
|
||||
|
||||
Then:
|
||||
|
||||
rm man/glances.1
|
||||
cp _build/man/glances.1 man/glances.1
|
Loading…
Reference in New Issue
Block a user