CSS change for documentation to make the content area a bit wider relative to the window; PEP 8

This commit is contained in:
Michael Greene
2014-10-14 15:39:35 -07:00
parent 67c8935b49
commit d02a7f7595
4 changed files with 6 additions and 1 deletions

View File

@@ -131,6 +131,7 @@ html_theme_path = [better_theme_path]
# documentation.
if html_theme == 'better':
html_theme_options = {
'cssfiles': ['_static/pgpy_better.css'],
'sidebarwidth': '19rem',
}