Skip to content

Commit

Permalink
Use UV to run quartodoc now that the system isn't being used
Browse files Browse the repository at this point in the history
  • Loading branch information
schloerke committed Oct 29, 2024
1 parent f3c1e9f commit 5cd225c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,10 @@ ensure-dev:

api: ensure-dev
@echo "::group::quartodoc interlinks"
source ../.venv/bin/activate && \
$(QUARTODOC) interlinks
$(UV) run $(QUARTODOC) interlinks
@echo "::endgroup::"
@echo "::group::quartodoc build"
source ../.venv/bin/activate && \
$(QUARTODOC) build --verbose
$(UV) run $(QUARTODOC) build --verbose
@echo "::endgroup::"
cp -r _extensions/ reference/_extensions # Required to render footer

Expand Down

0 comments on commit 5cd225c

Please sign in to comment.