forked from AFPy/python-docs-fr
Move venv inside of repo. (#1043)
This commit is contained in:
parent f6a64d5599
commit 9ef1dfb7f1
1 changed files with 1 additions and 1 deletions
2 Makefile
2
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 | ||||
| | | |||
Loading…
Add table
Add a link
Reference in a new issue