From 21f08524baf11e62384814b7cb8fcd2b5a8998fb Mon Sep 17 00:00:00 2001 From: Damien George Date: Tue, 7 Feb 2017 20:04:40 +1100 Subject: docs: Add M-logo as favicon. --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/conf.py') diff --git a/docs/conf.py b/docs/conf.py index 1a552be2e8..66ea325e97 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -178,7 +178,7 @@ else: # 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, -- cgit v1.2.3