Files
glances/docs
Georgiy Timchenko 30354d623e Fix typos in project documentation
Several typos were found and corrected in the project documentation. These changes affect the following files:

- docs/cmds.rst
- docs/config.rst

These corrections improve the readability and accuracy of the documentation, making it more accessible and understandable for users and developers.
2023-12-10 14:02:43 +04:00
..
2023-10-29 08:59:13 +01:00
2016-03-06 19:16:37 +01:00
2023-11-01 08:53:44 +01:00
2023-11-01 08:53:44 +01:00
2018-08-16 11:33:25 +02:00
2023-12-10 14:02:43 +04:00
2023-12-10 14:02:43 +04:00
2023-10-07 10:46:23 +02:00
2020-03-03 22:29:39 +01:00
2018-10-20 10:47:30 +02:00
2016-03-06 19:16:37 +01:00
2023-11-01 08:53:44 +01:00
2019-06-20 11:46:07 -07:00
2023-07-08 17:43:33 +02:00
2021-05-26 15:51:43 +02:00
2016-03-06 19:16:37 +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