Add book image to HTML output.
authorGlenn Hutchings <zondo42@gmail.com>
Fri, 28 Oct 2016 18:33:54 +0000 (19:33 +0100)
committerGlenn Hutchings <zondo42@gmail.com>
Fri, 28 Oct 2016 18:33:54 +0000 (19:33 +0100)
conf.py
static/logo.png [new file with mode: 0644]

diff --git a/conf.py b/conf.py
index d7cd39c416efe6328b594eaff2b9ab8fc36d71a2..b3143fc80cccb911b2f7caea47ccafa8629a698a 100644 (file)
--- 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 (file)
index 0000000..e458cdd
Binary files /dev/null and b/static/logo.png differ