Skip to content

Commit b261d41

Browse files
authored
Merge pull request #89 from machow/log-writes
ux: log when an api page is written
2 parents c19ec83 + f0ad0fd commit b261d41

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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 ----

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ zipsafe = False
2222

2323
python_requires = >=3.9
2424
install_requires =
25-
griffe>=0.25
25+
griffe==0.25
2626
plum-dispatch<2.0.0;python_version<'3.10'
2727
plum-dispatch;python_version>='3.10'
2828
sphobjinv

0 commit comments

Comments
 (0)