8000 bpo-31036: Allow sphinx and blurb to be found automatically by ned-deily · Pull Request #3440 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

bpo-31036: Allow sphinx and blurb to be found automatically #3440

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Sep 8, 2017
Prev Previous commit
Next Next commit
Print out where the Doc venv was created
  • Loading branch information
brettcannon authored and ned-deily committed Sep 7, 2017
commit 7f668eee6f791c8f80d0342e1f6789ab8000f360
1 change: 1 addition & 0 deletions Doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ clean:
venv:
$(PYTHON) -m venv $(VENVDIR)
./$(VENVDIR)/bin/python3 -m pip install -U Sphinx
@echo "The venv has been created in the $(VENVDIR) directory"

dist:
rm -rf dist
Expand Down
0