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.
find_stubs_package
1 parent 0c6aa32 commit 8e86778Copy full SHA for 8e86778
src/mkdocstrings_handlers/python/handler.py
@@ -111,7 +111,7 @@ class PythonHandler(BaseHandler):
111
"""Default handler configuration.
112
113
Attributes: General options:
114
- find_stubs_package (bool): Whether to load stubs package (package-stubs) when extracting docstrings.
+ find_stubs_package (bool): Whether to load stubs package (package-stubs) when extracting docstrings. Default `False`.
115
allow_inspection (bool): Whether to allow inspecting modules when visiting them is not possible. Default: `True`.
116
show_bases (bool): Show the base classes of a class. Default: `True`.
117
show_source (bool): Show the source code of this object. Default: `True`.
0 commit comments