mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
LaTeX: do not use -I xelatex
option with xindy (Fix: #5561)
It is not supported by old xindy (TeXLive 2013 or earlier), and probably irrelevant anyhow as the .idx file should not have ^^ab or ^^^^abcd entries.
This commit is contained in:
parent
f4d7b2e60e
commit
a695099a1b
1
CHANGES
1
CHANGES
@ -32,6 +32,7 @@ Bugs fixed
|
||||
* #5419: incompatible math_block node has been generated
|
||||
* #5548: Fix ensuredir() in case of pre-existing file
|
||||
* #5549: graphviz Correctly deal with non-existing static dir
|
||||
* #5561: make all-pdf fails with old xindy version
|
||||
|
||||
Testing
|
||||
--------
|
||||
|
@ -33,8 +33,6 @@ XINDYOPTS += -M LICRcyr2utf8.xdy
|
||||
{% if xindy_cyrillic -%}
|
||||
XINDYOPTS += -M LatinRules.xdy
|
||||
{% endif -%}
|
||||
# also with pdflatex as LICRlatin2utf8.xdy replaces xindy's /tex/inputenc/utf8.xdy
|
||||
XINDYOPTS += -I xelatex
|
||||
{% endif -%}
|
||||
# format: pdf or dvi (used only by archive targets)
|
||||
FMT = pdf
|
||||
|
Loading…
Reference in New Issue
Block a user