Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions src/mkdocstrings_handlers/python/_internal/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,14 @@ class PythonInputOptions:
),
] = 2

inheritance_diagram_direction: Annotated[
Literal["TB", "TD", "BT", "RL", "LR"],
_Field(
group="docstrings",
description="The direction of the Mermaid chart presenting the inheritance diagram of a class.",
),
]

inherited_members: Annotated[
bool | list[str],
_Field(
Expand Down
Loading