This repository contains the documentation for OpenRiverCam OS.
First make a virtual environment:
python3 -m venv orc-os-docs
source orc-os-docs/bin/activateSetup the required packages:
pip install -r requirements.txtThe documentation built requires a browser back-end to render HTML pages automatically. Set this up as follows:
playwright install chromium
To build the documentation:
cd docs
make clean # if you want to rebuild the documentation from scratch
make htmlFor installation instructions of OpenRiverCam OS, see https://github.com/localdevices/ORC-OS/blob/main/README.md