File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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.
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments