###Requirements Python 3.x
To generate a documentation locally follow below steps.
Open docs folder in terminal
Install all required dependencies
python install -r requirements-docs.txt
Generate local documentation
make html
After command execution the documentation will be available in _build/html folder.
Before you commit documentation changes please execute
make clean