File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -68,8 +68,8 @@ download_qrenderer_style: ## Download qrenderer stylesheet
68
68
fi
69
69
70
70
extensions : # # Install quarto/pandoc extensions
71
- $( UVRUN ) quarto add --no-prompt has2k1/issuey
72
- $( UVRUN ) quarto add --no-prompt has2k1/interlinks
71
+ quarto add --no-prompt has2k1/issuey
72
+ quarto add --no-prompt has2k1/interlinks
73
73
74
74
dependencies : extensions download_qrenderer_style # # Install build dependencies
75
75
@@ -84,9 +84,9 @@ docstrings: config ## Generate qmd files from the docstrings
84
84
@$(PYTHON ) -c " $$ CREATE_OBJECTS_INV"
85
85
86
86
html : docstrings download_qrenderer_style # # Build html site
87
- $( UVRUN ) quarto render
87
+ quarto render
88
88
89
89
doc : clean interlinks html # # Build html documentation from a clean slate
90
90
91
91
preview : # # Preview html website
92
- $( UVRUN ) quarto preview --port 42000 --no-browser
92
+ quarto preview --port 42000 --no-browser
You can’t perform that action at this time.
0 commit comments