SLOTH documentation is made with Material for MkDocs.
MkDocs, a number of plugins and extensions are required to create the documentation and to have the desired rendering in HTML.
All these requirements are listed in the file requirements.txt. Their installation is done using pip:
pip install -r requirements.txtOnce the prerequisites are installed, the documentation can be created by running the command:
bash install.shThis will create a folder called sloth_doc in which users will find the index.html file needed
to open the documentation with their preferred browser.