From: Glenn Hutchings Date: Fri, 28 Oct 2016 18:33:54 +0000 (+0100) Subject: Add book image to HTML output. X-Git-Url: https://jxself.org/git/?p=ibg.git;a=commitdiff_plain;h=94e2110f2aabe9d28dc6d132a54d73fe4a30ddc8 Add book image to HTML output. --- diff --git a/conf.py b/conf.py index d7cd39c..b3143fc 100644 --- a/conf.py +++ b/conf.py @@ -173,7 +173,7 @@ html_title = project # The name of an image file (relative to this directory) to place at the top # of the sidebar. -#html_logo = None +html_logo = 'logo.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 diff --git a/static/logo.png b/static/logo.png new file mode 100644 index 0000000..e458cdd Binary files /dev/null and b/static/logo.png differ