Skip to content

Commit

Permalink
dev: switch order of building API and adding extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
machow committed Nov 8, 2024
1 parent 6b7ce19 commit d7c3756
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 @@ -45,9 +45,9 @@ 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 --verbose
cd docs && quartodoc interlinks
cd docs && quarto add --no-prompt ..
quarto render docs

test-interlinks: quartodoc/tests/example_interlinks/test.md

0 comments on commit d7c3756

Please sign in to comment.