From 84f8a23577d5f4d38061971f68e4a9ff8c94edbb Mon Sep 17 00:00:00 2001 From: Mathieu Virbel Date: Tue, 30 Apr 2013 10:48:39 +0200 Subject: [PATCH] doc: fix configuration to point on the new logo (but not used anyway in html). --- doc/sources/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sources/conf.py b/doc/sources/conf.py index 0904dbbb7..892c1054e 100644 --- a/doc/sources/conf.py +++ b/doc/sources/conf.py @@ -100,7 +100,7 @@ html_style = 'fresh.css' # The name of an image file (within the static path) to place at the top of # the sidebar. -html_logo = 'logo_kivy.png' +html_logo = 'logo-kivy.png' # The name of an image file (within the static path) to use as favicon of the # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32