Skip to content

Commit

Permalink
Install extensions in doc/Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
has2k1 committed Feb 28, 2024
1 parent 6e2346d commit 65f9396
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,6 @@ install: clean
doc-deps:
pip install -e ".[doc]"
pip install -r requirements/doc.txt
quarto add --no-prompt has2k1/issuey
quarto add --no-prompt has2k1/interlinks

develop: clean-cache
pip install -e ".[all]"
Expand Down
4 changes: 4 additions & 0 deletions doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ download_qrenderer_style: ## Download qrenderer stylesheet
wget $(QRENDERER_STYLE_URL) -O $(QRENDERER_STYLE_FILE); \
fi

extensions: ## Install quarto/pandoc extensions
quarto add --no-prompt has2k1/issuey
quarto add --no-prompt has2k1/interlinks

deps: download_qrenderer_style ## Install build dependencies
cd ..; make doc-deps

Expand Down

0 comments on commit 65f9396

Please sign in to comment.