Skip to content

Commit 0851788

Browse files
committed
fix: dynamic child should load parent dynamically
1 parent 9d8f53f commit 0851788

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quartodoc/autosummary.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ def dynamic_alias(
346346
else:
347347
parent_path = mod_name.rsplit(".", 1)[0]
348348

349-
parent = get_object(parent_path, loader=loader)
349+
parent = get_object(parent_path, loader=loader, dynamic=True)
350350
return dc.Alias(attr_name, obj, parent=parent)
351351

352352

0 commit comments

Comments
 (0)