From a695099a1bf48c817ad8a13a69bbdfb13d5bd21a Mon Sep 17 00:00:00 2001 From: jfbu Date: Tue, 30 Oct 2018 17:57:33 +0100 Subject: [PATCH] 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. --- CHANGES | 1 + sphinx/texinputs/Makefile_t | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index d1a075373ad..f863f6461f8 100644 --- a/CHANGES +++ b/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 -------- diff --git a/sphinx/texinputs/Makefile_t b/sphinx/texinputs/Makefile_t index 782d5ef9af9..2afabb36023 100644 --- a/sphinx/texinputs/Makefile_t +++ b/sphinx/texinputs/Makefile_t @@ -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