**Release created on: 21.11.2021 - 10:25:18**
New Features
* Build documentation with BuildTheDocs and publish to GH Pages.
* Changed GH namespace from `Paebbels` to `pyTooling`.
* Added CI checks for Python 3.10
* Collect code coverage and publish a HTML variant of the report to GH Pages.
* Added experimental static type checking using `mypy` in GH Actions.
* Extract author, email, copyright, version, ... from Python source code and reuse it in `setup.py` and `doc/conf.py`.
* Added missing documentation license (CC-BY 4.0)
Changes
* Improved .gitignore.
* Exchanged dependency to `pydecor` with `pyTooling` for using `export` decorator.
* Listed dependency to `argcomplete` in documentation.
* Bumped Sphinx version to v4.3.0.
Bug Fixes
* Force colored pytest reports for GH Actions.