mirror of
https://github.com/nicolargo/glances.git
synced 2024-11-10 20:38:23 +03:00
.. | ||
_static | ||
_templates | ||
aoa | ||
gw | ||
man | ||
api.rst | ||
cmds.rst | ||
conf.py | ||
config.rst | ||
glances.rst | ||
index.rst | ||
install.rst | ||
make.bat | ||
Makefile | ||
quickstart.rst | ||
README.txt | ||
support.rst |
Building the docs ================= First install Sphinx and the RTD theme: pip install sphinx sphinx_rtd_theme or update it if already installed: pip install --upgrade sphinx sphinx_rtd_theme Go to the docs folder: cd docs Then build the HTML documentation: make html and the man page: LC_ALL=C make man