Move venv inside of repo. (#1043)

This commit is contained in:
Julien Palard 2019-12-05 23:58:07 +01:00 committed by GitHub
parent f6a64d5599
commit 9ef1dfb7f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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