mirror of
https://github.com/nicolargo/glances.git
synced 2026-04-17 20:40:17 -04:00
- Add [mpp] section to conf/glances.conf with disable=True - Add docs/aoa/mpp.rst documentation page and index entry - Add unit test test_026_mpp with Rockchip MPP test fixtures
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