|
|
@ -17,6 +17,7 @@ html_theme = 'alabaster'
|
|
|
|
html_theme_options = {
|
|
|
|
html_theme_options = {
|
|
|
|
'font_family': "Georgia, serif",
|
|
|
|
'font_family': "Georgia, serif",
|
|
|
|
'head_font_family': "Georgia, serif",
|
|
|
|
'head_font_family': "Georgia, serif",
|
|
|
|
|
|
|
|
'fixed_sidebar': True,
|
|
|
|
}
|
|
|
|
}
|
|
|
|
htmlhelp_basename = 'mitogendoc'
|
|
|
|
htmlhelp_basename = 'mitogendoc'
|
|
|
|
intersphinx_mapping = {'python': ('https://docs.python.org/3', None)}
|
|
|
|
intersphinx_mapping = {'python': ('https://docs.python.org/3', None)}
|
|
|
|