We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e1b790 commit bef5c57Copy full SHA for bef5c57
Doc/Makefile
@@ -122,10 +122,10 @@ clean:
122
-rm -rf build/* $(VENVDIR)/*
123
124
venv:
125
- @if [ "$(SPHINXBUILD)" == "$(VENVDIR)/bin/sphinx-build" ]; then \
126
- @echo "The venv has been created in the $(VENVDIR) directory"
+ @if [ "$(SPHINXBUILD)" == "PATH=$(VENVDIR)/bin:$$PATH sphinx-build" ]; then \
127
$(PYTHON) -m venv $(VENVDIR); \
128
- $(VENVDIR)/bin/python3 -m pip install -U Sphinx blurb; \
+ echo "A virtual environment for Docs has been made in the $(VENVDIR) directory"; \
+ $(VENVDIR)/bin/python3 -m pip install Sphinx blurb; \
129
fi
130
131
dist:
0 commit comments