glances/docs
nicolargo f4c7ca01fe Correct codespell 2024-06-29 19:19:26 +02:00
..
_static Glances version 4.0.0 2024-05-12 10:45:03 +02:00
_templates
aoa Correct codespell 2024-06-29 19:19:26 +02:00
dev
gw Update docs and correct some merge conflicts 2024-03-16 09:23:19 +01:00
man Correct codespell 2024-06-29 19:19:26 +02:00
Makefile Refactor some code and update docs 2024-04-28 09:21:58 +02:00
README.txt
api.rst Correct codespell 2024-06-29 19:19:26 +02:00
build.sh
cmds.rst
conf.py chg: ruff - pyupgrade 2024-05-17 03:37:22 +05:30
config.rst Add support for automatically hiding network interfaces that are down or that don't have any IP addresses #2799 2024-06-01 11:02:58 +02: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