From 0e839fe63c26f6defd9e2c8eaa020a35a5be6201 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Mon, 9 Apr 2018 20:10:39 +0100 Subject: [PATCH] docs: override insane list of fallback fonts WHY ARE THE DOCS RENDERING IN ITALIC HOW LONG HAS IT BEEN LIKE THIS ARGAHGR --- docs/conf.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index d1a5980d..6db8ae56 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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