File tree 2 files changed +4
-9
lines changed
2 files changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -86,3 +86,4 @@ benchmarks
86
86
87
87
# version file generated by setuptools-scm
88
88
plotnine /_version.py
89
+ doc /qrenderer.scss
Original file line number Diff line number Diff line change @@ -38,9 +38,6 @@ soi.writebytes("objects.inv", soi.compress(inv.data_file()))
38
38
endef
39
39
export CREATE_OBJECTS_INV
40
40
41
- QRENDERER_STYLE_FILE =qrenderer.scss
42
- QRENDERER_STYLE_URL =https://raw.githubusercontent.com/has2k1/qrenderer/main/doc/qrenderer.scss
43
-
44
41
help :
45
42
@$(PYTHON ) -c " $$ PRINT_HELP_PYSCRIPT" < $(MAKEFILE_LIST )
46
43
@@ -57,17 +54,14 @@ clean: ## Remove build artefacts
57
54
readme-images :
58
55
cd images; $(PYTHON ) readme_images.py
59
56
60
- download_qrenderer_style : # # Download qrenderer stylesheet
61
- @if [ ! -f $( QRENDERER_STYLE_FILE) ]; then \
62
- echo " Downloading $( QRENDERER_STYLE_FILE) " ; \
63
- wget $(QRENDERER_STYLE_URL ) -O $(QRENDERER_STYLE_FILE ) ; \
64
- fi
57
+ install-stylesheets : # # Install qrenderer stylesheet(s)
58
+ $(PYTHON ) -m qrenderer.stylesheets.install $(CURDIR )
65
59
66
60
extensions : # # Install quarto/pandoc extensions
67
61
quarto add --no-prompt has2k1/issuey
68
62
quarto add --no-prompt has2k1/interlinks
69
63
70
- dependencies : extensions download_qrenderer_style # # Install build dependencies
64
+ dependencies : extensions install-stylesheets # # Install build dependencies
71
65
72
66
interlinks : # # Gather interlinks
73
67
$(PYTHON ) -m quartodoc interlinks
You can’t perform that action at this time.
0 commit comments