Skip to content

Commit

Permalink
docs: update command
Browse files Browse the repository at this point in the history
  • Loading branch information
dgarcia360 committed Sep 30, 2024
1 parent 72c636c commit 50963fb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,14 @@ setupenv:
.PHONY: setup
setup:
$(POETRY) install
$(POETRY) update
mkdir -p $(SOURCEDIR)
cp -RL source/* $(SOURCEDIR)
python _utils/prepare_sphinx_source.py _source

.PHONY: update
update:
$(POETRY) update

# Clean commands
.PHONY: pristine
pristine: clean
Expand Down

0 comments on commit 50963fb

Please sign in to comment.