We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3c1e9f commit 5cd225cCopy full SHA for 5cd225c
docs/Makefile
@@ -26,12 +26,10 @@ ensure-dev:
26
27
api: ensure-dev
28
@echo "::group::quartodoc interlinks"
29
- source ../.venv/bin/activate && \
30
- $(QUARTODOC) interlinks
+ $(UV) run $(QUARTODOC) interlinks
31
@echo "::endgroup::"
32
@echo "::group::quartodoc build"
33
34
- $(QUARTODOC) build --verbose
+ $(UV) run $(QUARTODOC) build --verbose
35
36
cp -r _extensions/ reference/_extensions # Required to render footer
37
0 commit comments