From 9ef1dfb7f148bfe3510ceab273099c9751a4482a Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Thu, 5 Dec 2019 23:58:07 +0100 Subject: [PATCH] Move venv inside of repo. (#1043) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 40c417d9..4aded1c4 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ CPYTHON_CLONE := ../cpython/ SPHINX_CONF := $(CPYTHON_CLONE)/Doc/conf.py LANGUAGE := fr -VENV := ~/.venvs/python-docs-i18n/ +VENV := $(shell pwd)/venv/ PYTHON := $(shell which python3) MODE := html BRANCH = 3.8