Skip to content

Commit

Permalink
fix: dynamic child should load parent dynamically
Browse files Browse the repository at this point in the history
  • Loading branch information
machow committed Sep 28, 2023
1 parent 9d8f53f commit 0851788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quartodoc/autosummary.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ def dynamic_alias(
else:
parent_path = mod_name.rsplit(".", 1)[0]

parent = get_object(parent_path, loader=loader)
parent = get_object(parent_path, loader=loader, dynamic=True)
return dc.Alias(attr_name, obj, parent=parent)


Expand Down

0 comments on commit 0851788

Please sign in to comment.