glances/docs
nicolargo 8ab5d9fcc2 The cpulist of the percpu parameter cannot be fully displayed due to too many cores #2734 2024-04-25 15:36:30 +02:00
..
_static Update WebUI + Documentation 2024-04-13 09:28:20 +02:00
_templates
aoa The cpulist of the percpu parameter cannot be fully displayed due to too many cores #2734 2024-04-25 15:36:30 +02:00
dev
gw Update docs and correct some merge conflicts 2024-03-16 09:23:19 +01:00
man The cpulist of the percpu parameter cannot be fully displayed due to too many cores #2734 2024-04-25 15:36:30 +02:00
Makefile
README.txt
api.rst The cpulist of the percpu parameter cannot be fully displayed due to too many cores #2734 2024-04-25 15:36:30 +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