Features
- Add
enabled
configuration option (8cf117d by StefanBRas). Issue #478, PR #504
Bug Fixes
- Handle updating Jinja environment of multiple handlers (a6ea80c by David Patterson). Related PR #201, Issue #502, PR #507
Code Refactoring
- Make
_load_inventory
accept lists as arguments (105ed82 by Sorin Sbarnea). Needed by PR mkdocstrings/python#49, PR #511 - Remove support for MkDocs < 1.2 (we already depended on MkDocs >= 1.2) (ac963c8 by Timothée Mazzucotelli).