It uses mkdocs for documentation. You can follow the below steps to run it in your local system
virtualenv venv
source venv/bin/activate
git clone [email protected]:chowmean/python-training-for-devops.git
cd python-training-for-devops
pip install -r requirements.txt
mkdocs serve