glances/docs
nicolargo e8563a0fc4 Format code and update docs/webui 2024-05-07 11:49:55 +02:00
..
_static Add profiling output 2024-05-06 11:56:09 +02:00
_templates
aoa Docker memory usage is incorrect 2024-04-29 22:54:49 +05:30
dev
gw Update docs and correct some merge conflicts 2024-03-16 09:23:19 +01:00
man Format code and update docs/webui 2024-05-07 11:49:55 +02:00
Makefile Refactor some code and update docs 2024-04-28 09:21:58 +02:00
README.txt
api.rst Format code and update docs/webui 2024-05-07 11:49:55 +02:00
build.sh
cmds.rst
conf.py
config.rst rm theme 2024-03-01 13:50:04 -08:00
docker.rst [Documentation] Docker compose password unrecognized arguments when applying docs. #2698 2024-03-23 09:39:39 +01:00
faq.rst
glances.rst
index.rst
install.rst
make.bat
objects.inv
quickstart.rst --stdout plugin.attr is not compliant with plugins returning list of dicts #2446 2024-04-24 19:47:57 +02:00
support.rst

README.txt

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