From d7c3756ac240cb12fe6fce46f0570655b1e64a02 Mon Sep 17 00:00:00 2001 From: Michael Chow Date: Fri, 8 Nov 2024 15:17:04 -0500 Subject: [PATCH] dev: switch order of building API and adding extensions --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 90d169e..4a79372 100644 --- a/Makefile +++ b/Makefile @@ -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