Skip to content

Commit

Permalink
dev: quartodoc build in Makefile now verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
machow committed Nov 8, 2024
1 parent 5a40790 commit 6b7ce19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ docs-build-readme:
docs-build: export PLUM_SIMPLE_DOC=1
docs-build: docs-build-examples
cd docs && quarto add --no-prompt ..
cd docs && quartodoc build
cd docs && quartodoc build --verbose
cd docs && quartodoc interlinks
quarto render docs

Expand Down

0 comments on commit 6b7ce19

Please sign in to comment.