Merge pull request #1892 from akka/wip-3792-sphinx-pdf-generation-failed-ban
=doc #3792 Fixed broken tex/pdf config
This commit is contained in:
commit
3d081d7591
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ epub_cover = ("../_sphinx/static/akka.png", "")
|
|||
|
||||
def setup(app):
|
||||
from sphinx.util.texescape import tex_replacements
|
||||
tex_replacements.append((u'=>', ur'\(\Rightarrow\)'))
|
||||
tex_replacements.append((u'⇒', ur'\(\Rightarrow\)'))
|
||||
|
||||
latex_paper_size = 'a4'
|
||||
latex_font_size = '10pt'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue