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.
2 parents 87f1ce3 + 09c7b82 commit 89bc65dCopy full SHA for 89bc65d
README.md
@@ -95,6 +95,7 @@ The following configuration options are accepted:
95
- `sphinx_autodoc_typehints.forward_reference`
96
- `sphinx_autodoc_typehints.guarded_import`
97
- `sphinx_autodoc_typehints.local_function`
98
+ - `sphinx_autodoc_typehints.multiple_ast_nodes`
99
100
## How it works
101
src/sphinx_autodoc_typehints/__init__.py
@@ -572,6 +572,7 @@ def _one_child(module: Module) -> stmt | None:
572
name,
573
len(children),
574
type="sphinx_autodoc_typehints",
575
+ subtype="multiple_ast_nodes",
576
)
577
return None
578
return children[0]
0 commit comments