Update docs theme
This commit is contained in:
parent
f51afb9b47
commit
d7fe025fa2
75 changed files with 1795 additions and 638 deletions
|
|
@ -29,6 +29,7 @@ show_authors = True
|
|||
|
||||
html_theme = 'akka'
|
||||
html_theme_path = ['_sphinx/themes']
|
||||
html_favicon = '_sphinx/static/favicon.ico'
|
||||
|
||||
html_title = 'Akka Documentation'
|
||||
html_logo = '_sphinx/static/logo.png'
|
||||
|
|
@ -45,12 +46,13 @@ html_show_sourcelink = False
|
|||
html_show_sphinx = False
|
||||
html_show_copyright = True
|
||||
htmlhelp_basename = 'Akkadoc'
|
||||
html_add_permalinks = ''
|
||||
|
||||
# -- Options for LaTeX output --------------------------------------------------
|
||||
|
||||
def setup(app):
|
||||
from sphinx.util.texescape import tex_replacements
|
||||
tex_replacements.append((u'⇒', ur'\(\Rightarrow\)'))
|
||||
from sphinx.util.texescape import tex_replacements
|
||||
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