Thanks to visit codestin.com Credit goes to github.com
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 eebb464 commit 4683231Copy full SHA for 4683231
Makefile
@@ -16,8 +16,8 @@ LANGUAGE := es
16
VENV := $(shell realpath ./venv)
17
PYTHON := $(shell which python3)
18
CPYTHON_WORKDIR := cpython
19
-OUTPUT_DOCTREE := $(CPYTHON_WORKDIR)/Doc/_build/doctree
20
-OUTPUT_HTML := $(CPYTHON_WORKDIR)/Doc/_build/html
+OUTPUT_DOCTREE := $(CPYTHON_WORKDIR)/Doc/build/doctree
+OUTPUT_HTML := $(CPYTHON_WORKDIR)/Doc/build/html
21
LOCALE_DIR := $(CPYTHON_WORKDIR)/locale
22
TRANSIFEX_PROJECT := python-docs-es
23
POSPELL_TMP_DIR := .pospell
0 commit comments