Skip to content

Commit ad76fa2

Browse files
committed
Change deps make target
1 parent ac251eb commit ad76fa2

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

docs/Makefile

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,10 @@ $(PYBIN): $(VENV)
3939
help:
4040
@python -c "$$PRINT_HELP_PYSCRIPT" < $(MAKEFILE_LIST)
4141

42-
deps: py-deps quarto-exts ## Install build dependencies
43-
44-
py-deps: $(PYBIN) ## Install Python packages
42+
deps: $(PYBIN) ## Install build dependencies
4543
$(PYBIN)/pip install pip --upgrade
4644
$(PYBIN)/pip install -e ..[doc]
4745

48-
quarto-exts: ## Install Quarto extensions
49-
quarto add --no-prompt quarto-ext/shinylive
50-
quarto add --no-prompt machow/quartodoc
51-
5246
quartodoc: ## Build API docs
5347
. $(PYBIN)/activate \
5448
&& quartodoc interlinks \

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ To build the docs, first install the Python dependencies and Quarto extensions:
99

1010
```bash
1111
# Install build dependencies
12-
make deps
12+
make py-deps
1313
```
1414

1515
After those dependencies are installed, build the .qmd files for Shiny, using quartodoc. This will go in the `api/` directory:

0 commit comments

Comments
 (0)