File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 44
55## Unreleased: pdoc next
66
7+
8+ ## 2025-06-04: pdoc 15.0.4
9+
710- Include included HTML headers in the ToC by default by enabling markdown2's ` mixed=True ` option of the ` header-ids ` extra
811 (#806 , @mrossinek )
912- Make ` pdoc . ` work to document the module in the current directory.
Original file line number Diff line number Diff line change @@ -481,7 +481,7 @@ def bark(self, loud: bool) -> None:
481481from __future__ import annotations
482482
483483__docformat__ = "markdown" # explicitly disable rST processing in the examples above.
484- __version__ = "15.0.3 " # this is read from setup.py
484+ __version__ = "15.0.4 " # this is read from setup.py
485485
486486from pathlib import Path
487487from typing import overload
You can’t perform that action at this time.
0 commit comments