fix(deps): update dependency mkdocstrings to v1
This MR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| mkdocstrings (changelog) |
^0.30.1 -> ^1.0.0
|
Release Notes
mkdocstrings/mkdocstrings (mkdocstrings)
v1.0.0
Breaking Changes
-
BaseHandler.name: Attribute value was changed:''-> unset -
BaseHandler.domain: Attribute value was changed:''-> unset -
BaseHandler.fallback_config: Public object was removed -
BaseHandler.__init__(args): Parameter was removed -
BaseHandler.__init__(kwargs): Parameter was removed -
BaseHandler.__init__(theme): Parameter was added as required -
BaseHandler.__init__(custom_templates): Parameter was added as required -
BaseHandler.__init__(mdx): Parameter was added as required -
BaseHandler.__init__(mdx_config): Parameter was added as required -
BaseHandler.update_env(args): Parameter was removed -
BaseHandler.update_env(kwargs): Parameter was removed -
BaseHandler.update_env(config): Parameter was added as required -
Handlers.get_anchors: Public object was removed (import frommkdocstringsdirectly) -
mkdocstrings.plugin: Public module was removed (import frommkdocstringsdirectly) -
mkdocstrings.loggers: Public module was removed (import frommkdocstringsdirectly) -
mkdocstrings.inventory: Public module was removed (import frommkdocstringsdirectly) -
mkdocstrings.extension: Public module was removed (import frommkdocstringsdirectly) -
mkdocstrings.handlers: Public module was removed (import frommkdocstringsdirectly)
Code Refactoring
- Remove deprecated code before v1 (de34044 by Timothée Mazzucotelli).
- Expect Zensical to pass extension configuration instead of loading it again from YAML (6b73d5a by Timothée Mazzucotelli).
- Expose the Markdown extension, to make mkdocstrings compatible with Zensical (6de2667 by Timothée Mazzucotelli).
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.