glances/docs
nicolargo e907519c4a version 4.3.0.8 2025-01-04 11:21:51 +01:00
..
_static Update profiling file 2024-12-27 11:53:34 +01:00
_templates
aoa Done for the WebUI 2024-12-23 11:50:53 +01:00
dev
gw Update docs and correct some merge conflicts 2024-03-16 09:23:19 +01:00
man version 4.3.0.8 2025-01-04 11:21:51 +01:00
Makefile version 4.3.0.7 2025-01-03 10:20:15 +01:00
README.txt
api.rst version 4.3.0.8 2025-01-04 11:21:51 +01:00
build.sh
cmds.rst Update doc 2024-11-08 12:28:58 +01:00
conf.py Fix Ruff warnings in GitHub Actions 2024-11-23 13:43:11 +01:00
config.rst Update docs 2024-10-19 09:52:04 +02:00
docker.rst changing path in docs for docker 2024-07-11 15:13:25 +01:00
faq.rst
glances.rst Update doc 2024-11-08 12:28:58 +01:00
index.rst Fix typos and make grammatical and stylistic edits in project documentation 2023-12-10 22:38:38 +04:00
install.rst Fix typos and make grammatical and stylistic edits in project documentation 2023-12-10 22:38:38 +04:00
make.bat
objects.inv
quickstart.rst Update doc 2024-11-08 12:28:58 +01:00
support.rst Fix typos and make grammatical and stylistic edits in project documentation 2023-12-10 22:38:38 +04:00

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