From 583344e429cc32abcc75a0aac3a04afee8304a8a Mon Sep 17 00:00:00 2001 From: Leonard Richardson Date: Sun, 25 May 2025 11:57:59 -0400 Subject: [PATCH] * Brought the Spanish translation of the documentation up to date with 4.13.4. Courtesy of Carlos Romero. --- CHANGELOG | 2 ++ doc.es/Makefile | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index f052394..96ee836 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,8 @@ * Unit tests and test case data are no longer packaged with the wheel. [bug=2107495] * Fixed a bug that gave the wrong result when parsing the empty bytestring. [bug=2110492] +* Brought the Spanish translation of the documentation up to date with + 4.13.4. Courtesy of Carlos Romero. = 4.13.4 (20250415) diff --git a/doc.es/Makefile b/doc.es/Makefile index 8c833d2..0582168 100644 --- a/doc.es/Makefile +++ b/doc.es/Makefile @@ -10,7 +10,7 @@ BUILDDIR = build # Internal variables. PAPEROPT_a4 = -D latex_paper_size=a4 PAPEROPT_letter = -D latex_paper_size=letter -ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) source +ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) . .PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest