Skip to content

Commit df3d94f

Browse files
authored
Close #13130 (LaTeX docs about index creation) (#13139)
1 parent 9f0194d commit df3d94f

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

CHANGES.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ Bugs fixed
2323

2424
* #13060: HTML Search: use ``Map`` to store per-file term scores.
2525
Patch by James Addison
26+
* #13130: LaTeX docs: ``pdflatex`` index creation may fail for index entries
27+
in French. See :confval:`latex_use_xindy`.
28+
Patch by Jean-François B.
2629
* LaTeX: fix a ``7.4.0`` typo in a default for ``\sphinxboxsetup``
2730
(refs: PR #13152).
2831
Patch by Jean-François B.

doc/usage/configuration.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3157,6 +3157,9 @@ These options influence LaTeX output.
31573157
* The default is :code-py:`False` for :code-py:`'pdflatex'`,
31583158
but :code-py:`True` is recommended for non-English documents as soon
31593159
as some indexed terms use non-ASCII characters from the language script.
3160+
Attempting to index a term whose first character is non-ASCII
3161+
will break the build, if :confval:`latex_use_xindy` is left to its
3162+
default :code-py:`False`.
31603163

31613164
Sphinx adds some dedicated support to the :program:`xindy` base distribution
31623165
for using :code-py:`'pdflatex'` engine with Cyrillic scripts.

0 commit comments

Comments
 (0)