Skip to content

Commit

Permalink
Merge pull request #110 from akcano/main
Browse files Browse the repository at this point in the history
Makefile: ensure venv's pip is used throughout
  • Loading branch information
ru-fu authored Sep 28, 2023
2 parents c6e7d16 + ee71bd3 commit 4c64947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ $(VENVDIR): $(SPHINXDIR)/requirements.txt
--log $(VENVDIR)/pip_install.log
@test ! -f $(VENVDIR)/pip_list.txt || \
mv $(VENVDIR)/pip_list.txt $(VENVDIR)/pip_list.txt.bak
@pip list --local --format=freeze > $(VENVDIR)/pip_list.txt
@. $(VENV); pip list --local --format=freeze > $(VENVDIR)/pip_list.txt
@echo "\n" \
"--------------------------------------------------------------- \n" \
"* watch, build and serve the documentation: make run \n" \
Expand Down

0 comments on commit 4c64947

Please sign in to comment.