glances/docs
nicolargo 610ee081c2 Refactor the Wifi plugin 2024-04-28 11:16:27 +02:00
..
_static
_templates
aoa Refactor the Wifi plugin 2024-04-28 11:16:27 +02:00
dev
gw
man Refactor some code and update docs 2024-04-28 09:21:58 +02:00
Makefile Refactor some code and update docs 2024-04-28 09:21:58 +02:00
README.txt
api.rst Refactor the Wifi plugin 2024-04-28 11:16:27 +02:00
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