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.
2 parents e3130c7 + 4683231 commit 557b236Copy full SHA for 557b236
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