Skip to content

Commit 096ecd7

Browse files
committed
Fix docs
1 parent c266945 commit 096ecd7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docs/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ help: # This help message
3737
sync: ## Sync package requirements
3838
@uv sync
3939

40+
.PHONY: install
41+
install: sync
42+
4043
.PHONY: init
4144
init: clean clean-python .venv/bin/python ## Clean docs build directory and Python, and initialize Python virtual environment
4245

0 commit comments

Comments
 (0)