From: Nicolas Iooss Date: Sun, 5 Jan 2014 11:23:14 +0000 (+0100) Subject: Add logos X-Git-Url: http://git.polytechnique.org/?p=doc-infra.git;a=commitdiff_plain;h=399a3d01048fff8ae5115f774b464d4f2537f842 Add logos Signed-off-by: Nicolas Iooss --- diff --git a/_static/favicon.ico b/_static/favicon.ico new file mode 100644 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 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 --- 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,