From c6f14da829dc141294413c37f3c6b7de21244dcb Mon Sep 17 00:00:00 2001 From: David Griffith Date: Thu, 14 Apr 2016 00:53:56 -0700 Subject: [PATCH] Increased html page_width a bit to allow for all 80 columns of transcripts to appear --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.py b/conf.py index d85a8c6..0fce4e8 100644 --- a/conf.py +++ b/conf.py @@ -132,7 +132,7 @@ html_theme = 'alabaster' html_theme_options = { 'font_family': 'Georgia', 'head_font_family': 'Georgia', - 'page_width': '1000px', + 'page_width': '1050px', 'show_related': True, } -- 2.31.1