Building Documentation
To build Robot Insprill's docs, you'll need to have pip and python3 installed.
Our docs require two pip packages to build, mkdocs and mkdocs-material.
You can install them with the following command:
It can then be accessed at http://127.0.0.1:8000/.
For information on how MkDocs works, check out their documentation.