8000 refactor: Set handler's name · melissawm/mkdocstrings-python@a71ab12 · GitHub
[go: up one dir, main page]

Skip to content

Commit a71ab12

Browse files
committed
refactor: Set handler's name
1 parent ad09a2d commit a71ab12

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/mkdocstrings_handlers/python/handler.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ def chdir(path: str) -> Iterator[None]: # noqa: D103
5353
class PythonHandler(BaseHandler):
5454
"""The Python handler class."""
5555

56+
name = "python"
57+
"""The handler's name."""
5658
domain: str = "py" # to match Sphinx's default domain
5759
"""The cross-documentation domain/language for this handler."""
5860
enable_inventory: bool = True

0 commit comments

Comments
 (0)
0