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 a7e575a + 267e1ad commit 4b8d79cCopy full SHA for 4b8d79c
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
dictionaries/library_zipfile.txt
@@ -0,0 +1,3 @@
1
+ZipFile
2
+PyZipFile
3
+ZipInfo
0 commit comments