The Devilbox documentation is build via sphinx and automatically updated on readthedocs by every git push.
The documentation is available online: https://devilbox.readthedocs.io
![Devilbox Documentation](https://raw.githubusercontent.com/cytopia/icons/master/400x400/readthedocs.png)
You can also build the documentation locally before pushing to ensure everything looks fine:
sudo pip install sphinx sphinx-autobuild
sudo pip install sphinx_rtd_theme
cd docs/
sphinx-autobuild . _build/html
Open you browser on http://127.0.0.1:8000