Fix pdf build
openstackdocstheme 2.1.0 broke the pdf builds, adding a workaround that fix the problem and also works with older openstackdocstheme. Change-Id: I44149b0db1764c261e3081fbdf23958dc0df2c8f
This commit is contained in:
parent
7098c66515
commit
9603ad83d9
2
bindep.txt
Normal file
2
bindep.txt
Normal file
@ -0,0 +1,2 @@
|
||||
# fonts-freefont-otf is needed for pdf docs builds with the 'xelatex' engine
|
||||
fonts-freefont-otf [doc]
|
@ -59,6 +59,12 @@ html_theme = 'openstackdocs'
|
||||
# Output file base name for HTML help builder.
|
||||
htmlhelp_basename = 'sushydoc'
|
||||
|
||||
# The openstackdocstheme 2.1.0 extension stopped always overriding latex_engine
|
||||
# to 'xelatex'. We need the 'xelatex' engine in order to handle some Unicode
|
||||
# characters we use in our feature classification matrix, like the "X" mark, so
|
||||
# we specify it here.
|
||||
latex_engine = 'xelatex'
|
||||
|
||||
latex_use_xindy = False
|
||||
|
||||
# Grouping the document tree into LaTeX files. List of tuples
|
||||
|
Loading…
x
Reference in New Issue
Block a user