Files
glances/docs
2023-12-16 14:33:30 +01:00
..
2023-10-29 08:59:13 +01:00
2023-12-10 20:10:34 +01:00
2023-12-16 14:33:30 +01:00
2023-12-16 14:33:30 +01:00
2023-11-01 08:53:44 +01:00

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