Skip to content

Commit bef5c57

Browse files
committed
Had to repair the default path due to upstream changes.
1 parent 7e1b790 commit bef5c57

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,10 @@ clean:
122122
-rm -rf build/* $(VENVDIR)/*
123123

124124
venv:
125-
@if [ "$(SPHINXBUILD)" == "$(VENVDIR)/bin/sphinx-build" ]; then \
126-
@echo "The venv has been created in the $(VENVDIR) directory"
125+
@if [ "$(SPHINXBUILD)" == "PATH=$(VENVDIR)/bin:$$PATH sphinx-build" ]; then \
127126
$(PYTHON) -m venv $(VENVDIR); \
128-
$(VENVDIR)/bin/python3 -m pip install -U Sphinx blurb; \
127+
echo "A virtual environment for Docs has been made in the $(VENVDIR) directory"; \
128+
$(VENVDIR)/bin/python3 -m pip install Sphinx blurb; \
129129
fi
130130

131131
dist:

0 commit comments

Comments
 (0)