Note that versions roughly correspond to the version of mkdocstrings-python that they are compatible with.
- Do not recurse into external imports when translating cross-references (#62)
- Ignore some [..][..] doc-string references that cannot be cross-references (e.g. use for array-indexing syntax or optional arguments). (#63)
- Added
compatibility_checkoption to warn or error on cross-reference syntax that is not supported by the standard mkdocstrings-python handler (#60) - Added
compatibility_patchoption to generate a patch file converting incompatible cross-references to standard form (#60)
- Fix extended template configuration (#56)
- Depends on mkdocstrings-python >=2.0 and mkdocstrings >=1.0
- Drop python 3.9 support
- Fix handling of aliases (see bug #47)
- Added
check_crossrefs_excludeconfig option - Fix for issue 43
Thanks to @thetianshuhuang!
- Improved source locations for errors in docstrings now including column numbers (starting at 1).
- Fix sdist distributions (should enable conda-forge to build)
- Compatibility with mkdocstrings-python 1.16.*
- Removed some deprecated imports from mkdocstrings
- Restrict to mkdocstrings-python <1.16 (see bug #32)
- Work with mkdocstrings-python 1.14 or later
- Drop python 3.8 support
- Fix extra files in wheel's RECORD
- Use griffe 1.0 or later
- Available on conda-forge
- Added explicit option to disable cross-reference checking.
- When enabled, check all cross-references, not just relative ones
- If reference begins with '?', don't check cross-reference.
First public release