glances/docs
nicolargo 36755ba4be Show only active Disk I/O (and network interface) #2929 2024-09-08 19:17:07 +02:00
..
_static
_templates
aoa Show only active Disk I/O (and network interface) #2929 2024-09-08 19:17:07 +02:00
dev
gw
man
Makefile
README.txt
api.rst
build.sh
cmds.rst
conf.py
config.rst
docker.rst
faq.rst
glances.rst
index.rst
install.rst
make.bat
objects.inv
quickstart.rst
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