- Fix `No module named 'slugify'` error when installing in mkdocs environments.
0.5.0
- Allow `mkdocs.yaml` in addition to `mkdocs.yml` - Drops support for Python 3.5 (because the minimum `mkdocs` version which supports the above feature no longer supports it).
0.4.18
- Allow inclusion of sub-docs `mkdocs.yml` even if its name isn't URL-friendly. Works by slugifying non-URL friendly names. (58)
0.4.17
- Fixed bug where URLs in an included `mkdocs.yml` were prefixed by the `site_name` and thus did not support absolute URLs.