These files here are source files for sphinx documentation. Individual files and
links (rendered by github) will not work as you might expect.
Please visit [https://doc.osdp.dev/][1] for html documentation.
From the repo root,
```sh
sudo apt install python3-sphinx
pip3 install -r doc/requirements.txt
mkdir build && cd build && cmake ..
make html_docs
```