From 5e2ca2dd56e989fa2ac0503b648450e3f4dab668 Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Fri, 29 Oct 2010 02:54:45 +0100 Subject: [PATCH] Logo switch --- docs/conf.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index d8020206..0efe92b2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -27,9 +27,8 @@ html_theme = 'flask_small' # further. For a list of options available for each theme, see the # documentation. html_theme_options = { - 'index_logo': 'pelican.gif', + 'index_logo': 'pelican.png', 'github_fork': 'ametaireau/pelican', - 'index_logo_height': '200px', } # Add any paths that contain custom themes here, relative to this directory.