You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/usage/configuration/general.md
+24
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,30 @@ plugins:
55
55
////
56
56
///
57
57
58
+
## `force_inspection`
59
+
60
+
- **:octicons-package-24: Type [`bool`][] :material-equal: `False`{ title="default value" }**
61
+
<!-- - **:octicons-project-template-24: Template :material-null:** (contained in [`class.html`][class template]) -->
62
+
63
+
Whether to force inspecting modules (importing them) even if their source code is available.
64
+
65
+
This option is useful when you know that dynamic analysis (inspection) yields better results than static analysis. Do not use this blindly: the recommended approach is to write a Griffe extension that will improve extracted API data. See [How to selectively inspect objects](https://mkdocstrings.github.io/griffe/guide/users/how-to/selectively-inspect/).
0 commit comments