From a421009b2d321b7bb80fe7465d67f1d377359705 Mon Sep 17 00:00:00 2001 From: Glenn Hutchings Date: Mon, 4 Apr 2016 19:06:33 +0100 Subject: [PATCH] Tweak alabaster config settings. --- conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf.py b/conf.py index 58e5793..3201bce 100644 --- a/conf.py +++ b/conf.py @@ -125,6 +125,8 @@ html_theme = 'alabaster' html_theme_options = { 'font_family': 'Georgia', 'head_font_family': 'Georgia', + 'page_width': '1000px', + 'show_related': True, } # Add any paths that contain custom themes here, relative to this directory. -- 2.31.1