From 26920183eb81845311e232d8238509e2c42ae1a9 Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Fri, 17 Oct 2008 14:48:22 +0000 Subject: Include logo in sphinx docs. --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/conf.py') diff --git a/docs/conf.py b/docs/conf.py index 92184b267..4bb573149 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -103,7 +103,7 @@ html_style = 'default.css' # The name of an image file (within the static path) to place at the top of # the sidebar. -#html_logo = None +html_logo = '.static/logo_hi.gif' # 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 @@ -171,7 +171,7 @@ latex_documents = [ # The name of an image file (relative to this directory) to place at the top of # the title page. -#latex_logo = None +latex_logo = '.static/logo_hi.gif' # For "manual" documents, if this is true, then toplevel headings are parts, # not chapters. -- cgit v1.2.3