Skip to content

Commit 4dcc55c

Browse files
committed
ux: log when an api page is written
1 parent c19ec83 commit 4dcc55c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

quartodoc/autosummary.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -515,6 +515,7 @@ def write_doc_pages(self, pages, items):
515515
or (not html_path.exists())
516516
or (html_path.read_text() != rendered)
517517
):
518+
_log.info(f"Writing {page.path}")
518519
html_path.write_text(rendered)
519520

520521
# inventory ----

0 commit comments

Comments
 (0)