We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6a64d5 commit 9ef1dfbCopy full SHA for 9ef1dfb
1 file changed
Makefile
@@ -19,7 +19,7 @@
19
CPYTHON_CLONE := ../cpython/
20
SPHINX_CONF := $(CPYTHON_CLONE)/Doc/conf.py
21
LANGUAGE := fr
22
-VENV := ~/.venvs/python-docs-i18n/
+VENV := $(shell pwd)/venv/
23
PYTHON := $(shell which python3)
24
MODE := html
25
BRANCH = 3.8
0 commit comments