docs: override insane list of fallback fonts

WHY ARE THE DOCS RENDERING IN ITALIC HOW LONG HAS IT BEEN LIKE THIS
ARGAHGR
This commit is contained in:
David Wilson 2018-04-09 20:10:39 +01:00
parent 3682ac6e29
commit 0e839fe63c
1 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,10 @@ html_show_sphinx = False
html_sidebars = {'**': ['globaltoc.html', 'github.html']}
html_static_path = ['_static']
html_theme = 'alabaster'
html_theme_options = {
'font_family': "Georgia, serif",
'head_font_family': "Georgia, serif",
}
htmlhelp_basename = 'mitogendoc'
intersphinx_mapping = {'python': ('https://docs.python.org/2', None)}
language = None