8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad09a2d commit a71ab12Copy full SHA for a71ab12
src/mkdocstrings_handlers/python/handler.py
@@ -53,6 +53,8 @@ def chdir(path: str) -> Iterator[None]: # noqa: D103
53
class PythonHandler(BaseHandler):
54
"""The Python handler class."""
55
56
+ name = "python"
57
+ """The handler's name."""
58
domain: str = "py" # to match Sphinx's default domain
59
"""The cross-documentation domain/language for this handler."""
60
enable_inventory: bool = True
0 commit comments