mitmproxy/pdoc (pdoc)
### [`v14.6.0`](https://togithub.com/mitmproxy/pdoc/blob/HEAD/CHANGELOG.md#2024-07-24-pdoc-1460)
[Compare Source](https://togithub.com/mitmproxy/pdoc/compare/v14.5.1...v14.6.0)
- If `example.data.Data` is also exposed as `example.Data`, pdoc now links to `example.Data` in documentation.
([#670](https://togithub.com/mitmproxy/pdoc/pull/670), [@nathanthorpe](https://togithub.com/nathanthorpe), [@mhils](https://togithub.com/mhils))
- Add support for [GitHub Markdown Alerts](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#alerts).
([#718](https://togithub.com/mitmproxy/pdoc/pull/718), [@mhils](https://togithub.com/mhils))
- Improve rendering of enums on Python 3.12+.
([#708](https://togithub.com/mitmproxy/pdoc/pull/708), [@mhils](https://togithub.com/mhils))
- Fix a bug where hyperlinks would get parsed as docstring references.
([#709](https://togithub.com/mitmproxy/pdoc/pull/709), [@mhils](https://togithub.com/mhils))
- Fix a TypeError when trying to parse modules that implement `__dir__` incorrectly.
([#710](https://togithub.com/mitmproxy/pdoc/pull/710), [@mhils](https://togithub.com/mhils))
- Fix a bug where a combination of `@dataclass` and `ctypes.Structure` would crash pdoc.
([#711](https://togithub.com/mitmproxy/pdoc/pull/711), [@mhils](https://togithub.com/mhils))
- Update bundled version of markdown2.
([#717](https://togithub.com/mitmproxy/pdoc/pull/717), [@mhils](https://togithub.com/mhils))
### [`v14.5.1`](https://togithub.com/mitmproxy/pdoc/blob/HEAD/CHANGELOG.md#2024-06-25-pdoc-1451)
[Compare Source](https://togithub.com/mitmproxy/pdoc/compare/v14.5.0...v14.5.1)
- **[CVE-2024-38526](https://togithub.com/mitmproxy/pdoc/security/advisories/GHSA-5vgj-ggm4-fg62):** Documentation generated with math mode (`pdoc --math`) does not include scripts
from polyfill.io anymore. Users who produce documentation with math mode should update immediately. All other users are unaffected.
([#703](https://togithub.com/mitmproxy/pdoc/pull/703), [@adhintz](https://togithub.com/adhintz))
### [`v14.5.0`](https://togithub.com/mitmproxy/pdoc/blob/HEAD/CHANGELOG.md#2024-05-16-pdoc-1450)
[Compare Source](https://togithub.com/mitmproxy/pdoc/compare/v14.4.0...v14.5.0)
- The `.. include:` rST directive now supports start-line, end-line, start-after, end-before options.
([#684](https://togithub.com/mitmproxy/pdoc/pull/684), [@frankharkins](https://togithub.com/frankharkins))
- Fix image embedding in included rST files.
([#692](https://togithub.com/mitmproxy/pdoc/pull/692), [@meghprkh](https://togithub.com/meghprkh))
- Support type-hints from stub-only packages. E.g: `scipy-stubs`
([#671](https://togithub.com/mitmproxy/pdoc/pull/671), [@erikdesmedt](https://togithub.com/erikdesmedt))
- Modify css styles for MathJax to remove unnessesary scroll bars
([#675](https://togithub.com/mitmproxy/pdoc/pull/675), [@thehappycheese](https://togithub.com/thehappycheese))
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
==14.4.0
->==14.6.0
Release Notes
mitmproxy/pdoc (pdoc)
### [`v14.6.0`](https://togithub.com/mitmproxy/pdoc/blob/HEAD/CHANGELOG.md#2024-07-24-pdoc-1460) [Compare Source](https://togithub.com/mitmproxy/pdoc/compare/v14.5.1...v14.6.0) - If `example.data.Data` is also exposed as `example.Data`, pdoc now links to `example.Data` in documentation. ([#670](https://togithub.com/mitmproxy/pdoc/pull/670), [@nathanthorpe](https://togithub.com/nathanthorpe), [@mhils](https://togithub.com/mhils)) - Add support for [GitHub Markdown Alerts](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#alerts). ([#718](https://togithub.com/mitmproxy/pdoc/pull/718), [@mhils](https://togithub.com/mhils)) - Improve rendering of enums on Python 3.12+. ([#708](https://togithub.com/mitmproxy/pdoc/pull/708), [@mhils](https://togithub.com/mhils)) - Fix a bug where hyperlinks would get parsed as docstring references. ([#709](https://togithub.com/mitmproxy/pdoc/pull/709), [@mhils](https://togithub.com/mhils)) - Fix a TypeError when trying to parse modules that implement `__dir__` incorrectly. ([#710](https://togithub.com/mitmproxy/pdoc/pull/710), [@mhils](https://togithub.com/mhils)) - Fix a bug where a combination of `@dataclass` and `ctypes.Structure` would crash pdoc. ([#711](https://togithub.com/mitmproxy/pdoc/pull/711), [@mhils](https://togithub.com/mhils)) - Update bundled version of markdown2. ([#717](https://togithub.com/mitmproxy/pdoc/pull/717), [@mhils](https://togithub.com/mhils)) ### [`v14.5.1`](https://togithub.com/mitmproxy/pdoc/blob/HEAD/CHANGELOG.md#2024-06-25-pdoc-1451) [Compare Source](https://togithub.com/mitmproxy/pdoc/compare/v14.5.0...v14.5.1) - **[CVE-2024-38526](https://togithub.com/mitmproxy/pdoc/security/advisories/GHSA-5vgj-ggm4-fg62):** Documentation generated with math mode (`pdoc --math`) does not include scripts from polyfill.io anymore. Users who produce documentation with math mode should update immediately. All other users are unaffected. ([#703](https://togithub.com/mitmproxy/pdoc/pull/703), [@adhintz](https://togithub.com/adhintz)) ### [`v14.5.0`](https://togithub.com/mitmproxy/pdoc/blob/HEAD/CHANGELOG.md#2024-05-16-pdoc-1450) [Compare Source](https://togithub.com/mitmproxy/pdoc/compare/v14.4.0...v14.5.0) - The `.. include:` rST directive now supports start-line, end-line, start-after, end-before options. ([#684](https://togithub.com/mitmproxy/pdoc/pull/684), [@frankharkins](https://togithub.com/frankharkins)) - Fix image embedding in included rST files. ([#692](https://togithub.com/mitmproxy/pdoc/pull/692), [@meghprkh](https://togithub.com/meghprkh)) - Support type-hints from stub-only packages. E.g: `scipy-stubs` ([#671](https://togithub.com/mitmproxy/pdoc/pull/671), [@erikdesmedt](https://togithub.com/erikdesmedt)) - Modify css styles for MathJax to remove unnessesary scroll bars ([#675](https://togithub.com/mitmproxy/pdoc/pull/675), [@thehappycheese](https://togithub.com/thehappycheese))Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.