diff options
author | Ian Lee <IanLee1521@gmail.com> | 2015-09-08 13:59:39 -0700 |
---|---|---|
committer | Ian Lee <IanLee1521@gmail.com> | 2015-09-08 13:59:39 -0700 |
commit | 88f89ad09f096e0cf42c815330481f402cb7a2cc (patch) | |
tree | cfa9c3712f9abee50da7b28b91dfed7d15f8a2ac | |
parent | 7ca1755532784c6dfb2ce0a6e146b6f31f5c8ff0 (diff) | |
download | pep8-88f89ad09f096e0cf42c815330481f402cb7a2cc.tar.gz |
Updated default html_theme per Sphinx updatesupdate_sphinx
-rw-r--r-- | docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index 78bd344..d7d9291 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -99,7 +99,7 @@ pygments_style = 'sphinx' # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. -html_theme = 'default' +html_theme = 'alabaster' # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the |