====== - Fix Lunr.js prebuilt index introduced in v0.11.0 - Fix showing Git link (git_link_template) for property, cached_property, namedtuple, and member_descriptor types
0.11.3
====== - Format Optional as `X | None` (395) - Support configurable Python-Markdown extensions (440)
0.11.2
====== - Improve formatting of Optional, Union and `collection.abc` types (395) - In HTML, format long function params on multiple lines - Fix issue with `--skip-errors` (421)
0.11.1
====== - Handle union type expressions (|) for Google style docstrings (443) - Fix bug with Lunr.js search when `node` in not available (446)
0.11.0
====== - Handle import of distutils on Python 3.12 - Discern properties from regular variables (277) - Prebuild Lunr.js search index if Node is available. - Templates: Update CDN resource links - Support MathJax inline $dollar-pattern$ - Fix documenting classes that contain `unittest.mock.Mock` (352) - Strengthen signature detection for pybind-generated modules - Bump pandoc integration to v3 - Support Google Analytics 4 - Fix deprecation warnings for PEP224 docstrings of class variables (437) - Skip `__editable__` paths during `iter_modules` (408) - Various bug fixes and tweaks