Skip to content

Commit aa8eb0a

Browse files
authored
Update quartodoc/autosummary.py
1 parent bfc4f61 commit aa8eb0a

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
@@ -654,7 +654,7 @@ def write_index(self, blueprint: layout.Layout):
654654
content = self.renderer.summarize(blueprint)
655655
_log.info(f"Writing index to directory: {self.dir}")
656656

657-
# New logic for handling topmatter
657+
# handle index topmatter
658658
if self.index_topmatter is not None:
659659
# index_topmatter overrides title
660660
meta = [Meta(self.index_topmatter)]

0 commit comments

Comments
 (0)