Releases: mkdocstrings/python
Releases · mkdocstrings/python
1.9.0
1.9.0 - 2024-03-13
Dependencies
- Add upper bound on Python-Markdown 3.6 to temporarily prevent breaking changes (cd93ee3 by Timothée Mazzucotelli).
Features
- Add
show_labelsoption to show/hide labels (eaf9b82 by Viicos). Issue #120, PR #130 - Add option to search for stubs packages (0c6aa32 by Romain). PR #128, PR griffe#221: : mkdocstrings/griffe#221
Code Refactoring
- Mark all Jinja blocks as scoped (548bdad by Timothée Mazzucotelli).
1.8.0
1.8.0 - 2024-01-08
Features
-
Release Insiders features of the $500/month funding goal (bd30106 by Timothée Mazzucotelli).
The features and projects related to mkdocstrings-python are: -
griffe-inherited-docstrings, a Griffe extension for inheriting docstrings -
griffe2md, a tool to output API docs to Markdown using Griffe
See the complete list of features and projects here:
https://pawamoy.github.io/insiders/#500-plasmavac-user-guide.
1.7.5
1.7.5 - 2023-11-21
Bug Fixes
- Add missing translations (fallback theme) for ReadTheDocs (2fb6513 by Timothée Mazzucotelli). Issue #115
1.7.4
1.7.4 - 2023-11-12
Bug Fixes
- Make extension paths relative to config file (5035e92 by Waylan Limberg). PR #112, Co-authored-by: Timothée Mazzucotelli pawamoy@pm.me
Code Refactoring
- Prepare for Griffe 0.37 (b5bb8a9 by Timothée Mazzucotelli).
1.7.3
1.7.2
1.7.2 - 2023-10-05
Bug Fixes
- Prevent alias resolution error when source-ordering members (67df10c by Timothée Mazzucotelli). Issue griffe#213
Code Refactoring
- Use package relative filepath if filepath is not relative (aa5a3f7 by Timothée Mazzucotelli). Discussion mkdocstrings#622
1.7.1
1.7.1 - 2023-09-28
Bug Fixes
- Stop propagation of annotation to next parameter in signature template (3a760ac by Timothée Mazzucotelli). Issue #110
Code Refactoring
- Look into inherited members for
__init__methods when merging docstrings (b97d51f by Timothée Mazzucotelli). Issue #106
1.7.0
1.6.3
1.6.3 - 2023-09-11
Bug Fixes
- Make
load_external_modulesa global-only option (266f41f by Timothée Mazzucotelli). Issue #87 - Never fail when trying to format code with Black (df24bbc by Timothée Mazzucotelli).
Code Refactoring
- Wrap docstring section elements (list style) in code tags to prevent spell checker errors (1ae8dd8 by Timothée Mazzucotelli).