Skip to content

Commit 9ef1dfb

Browse files
authored
Move venv inside of repo. (#1043)
1 parent f6a64d5 commit 9ef1dfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
CPYTHON_CLONE := ../cpython/
2020
SPHINX_CONF := $(CPYTHON_CLONE)/Doc/conf.py
2121
LANGUAGE := fr
22-
VENV := ~/.venvs/python-docs-i18n/
22+
VENV := $(shell pwd)/venv/
2323
PYTHON := $(shell which python3)
2424
MODE := html
2525
BRANCH = 3.8

0 commit comments

Comments
 (0)