The documentation is built with MkDocs Materials.
To install an environment in which you can build the doc, follow the steps below.
pip3 install mkdocs-material
git clone https://github.com/sabu-ws/docs.git
cd docs
# To preview the changes while writing
mkdocs serve
# To build
mkdocs build