Skip to content

Commit b3ca3bd

Browse files
committed
fix(builder): pass dynamic flag
1 parent 16c170f commit b3ca3bd

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
@@ -433,7 +433,7 @@ def build(self, filter: str = "*"):
433433
# shaping and collection ----
434434

435435
_log.info("Generating blueprint.")
436-
blueprint = blueprint(self.layout, self.dynamic)
436+
blueprint = blueprint(self.layout, dynamic=self.dynamic)
437437

438438
_log.info("Collecting pages and inventory items.")
439439
pages, items = collect(blueprint, base_dir=self.dir)

0 commit comments

Comments
 (0)