From df3d94ffdad09cc2592caccd179004e31aa63227 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Fran=C3=A7ois=20B=2E?= <2589111+jfbu@users.noreply.github.com> Date: Mon, 2 Dec 2024 11:12:22 +0100 Subject: [PATCH] Close #13130 (LaTeX docs about index creation) (#13139) --- CHANGES.rst | 3 +++ doc/usage/configuration.rst | 3 +++ 2 files changed, 6 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 86e59279491..e20c1e4571e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -23,6 +23,9 @@ Bugs fixed * #13060: HTML Search: use ``Map`` to store per-file term scores. Patch by James Addison +* #13130: LaTeX docs: ``pdflatex`` index creation may fail for index entries + in French. See :confval:`latex_use_xindy`. + Patch by Jean-François B. * LaTeX: fix a ``7.4.0`` typo in a default for ``\sphinxboxsetup`` (refs: PR #13152). Patch by Jean-François B. diff --git a/doc/usage/configuration.rst b/doc/usage/configuration.rst index 40fe5931250..b65b9b79f79 100644 --- a/doc/usage/configuration.rst +++ b/doc/usage/configuration.rst @@ -3157,6 +3157,9 @@ These options influence LaTeX output. * The default is :code-py:`False` for :code-py:`'pdflatex'`, but :code-py:`True` is recommended for non-English documents as soon as some indexed terms use non-ASCII characters from the language script. + Attempting to index a term whose first character is non-ASCII + will break the build, if :confval:`latex_use_xindy` is left to its + default :code-py:`False`. Sphinx adds some dedicated support to the :program:`xindy` base distribution for using :code-py:`'pdflatex'` engine with Cyrillic scripts.