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

You can also build the documentation locally before pushing to ensure everything looks fine:
- Docker
cd docs/
make linkcheck
make linkcheck2
cd docs/
make build
cd docs/
make autobuild
When using make autobuild
your documentation is served at: http://0.0.0.0:8000