Add logos
authorNicolas Iooss <nicolas.iooss_git@polytechnique.org>
Sun, 5 Jan 2014 11:23:14 +0000 (12:23 +0100)
committerNicolas Iooss <nicolas.iooss_git@polytechnique.org>
Sun, 5 Jan 2014 11:55:24 +0000 (12:55 +0100)
Signed-off-by: Nicolas Iooss <nicolas.iooss_git@polytechnique.org>
_static/favicon.ico [new file with mode: 0644]
_static/xorg-logo.jpg [new file with mode: 0644]
conf.py

diff --git a/_static/favicon.ico b/_static/favicon.ico
new file mode 100644 (file)
index 0000000..9f7e6bc
Binary files /dev/null and b/_static/favicon.ico differ
diff --git a/_static/xorg-logo.jpg b/_static/xorg-logo.jpg
new file mode 100644 (file)
index 0000000..32ceacd
Binary files /dev/null and b/_static/xorg-logo.jpg differ
diff --git a/conf.py b/conf.py
index dda05c6..10b66c9 100644 (file)
--- a/conf.py
+++ b/conf.py
@@ -111,12 +111,12 @@ 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 = 'xorg-logo.jpg'
 
 # 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
 # pixels large.
-#html_favicon = None
+html_favicon = 'favicon.ico'
 
 # Add any paths that contain custom static files (such as style sheets) here,
 # relative to this directory. They are copied after the builtin static files,