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.
1 parent 16c170f commit b3ca3bdCopy full SHA for b3ca3bd
quartodoc/autosummary.py
@@ -433,7 +433,7 @@ def build(self, filter: str = "*"):
433
# shaping and collection ----
434
435
_log.info("Generating blueprint.")
436
- blueprint = blueprint(self.layout, self.dynamic)
+ blueprint = blueprint(self.layout, dynamic=self.dynamic)
437
438
_log.info("Collecting pages and inventory items.")
439
pages, items = collect(blueprint, base_dir=self.dir)
0 commit comments