The docs can be built and previewed locally:
git clone https://github.com/openenergymonitor/heatpumpmonitor_docss
See: http://www.sphinx-doc.org/en/master/usage/installation.html
pip3 install -U sphinx
pip3 install sphinx_rtd_theme
pip3 install m2r myst-parser sphinx_copybutton
Full update and re-build:
./update.sh
Re-build without update:
./make_clean_html.sh
Partial build:
./make_html.sh
This will generate html output in a build
folder. The html can then be displayed using a local web server.
sudo ln -sf /home/USERNAME/heatpumpmonitor_docs/main/_live /var/www/heatpumpmonitor_docs