SkillAgentSearch skills...

Docs

OpenEnergyMonitor User Guide using Read the Docs

Install / Use

/learn @openenergymonitor/Docs
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

OpenEnergyMonitor Documentation

Local Preview

The docs can be built and previewed locally:

1. Clone repo and sub-modules

git clone https://github.com/openenergymonitor/docs
cd docs
git submodule update --init

2. Install Sphinx

See: http://www.sphinx-doc.org/en/master/usage/installation.html

pip3 install -U sphinx

3. Install The Theme

pip3 install sphinx_rtd_theme

4. Install Plugins

pip3 install m2r myst-parser sphinx_copybutton

5. Build the docs

cd main
make clean
make html

This will generate html output in a build folder. The html can then be displayed using a local web server.

sudo ln -s /home/USERNAME/docs/main/_build/html /var/www/html/docs

Update

git submodule update --recursive --remote

Related Skills

View on GitHub
GitHub Stars6
CategoryDevelopment
Updated11d ago
Forks8

Languages

C++

Security Score

70/100

Audited on Mar 23, 2026

No findings