From a993fc385871f9654951197caff8305ed646c338 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Mon, 2 Oct 2017 18:26:04 +0200 Subject: Add a favicon! --- doc/source/conf.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doc/source/conf.py') diff --git a/doc/source/conf.py b/doc/source/conf.py index 2ec387d..644af6e 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -90,6 +90,8 @@ html_theme = 'alabaster' # documentation. # +html_favicon = './_static/sp.ico' + html_sidebars = { '**': [ 'about.html', @@ -100,7 +102,7 @@ html_sidebars = { ] } html_theme_options = { - 'logo': './sp.jpg', + 'logo': './sp.png', #'description': '
Killing bug-classes in PHP 7, virtual-patching the rest.', #'fixed_sidebar': True, 'page_width': '60%', -- cgit v1.3