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/_static/sp.ico | Bin 0 -> 211372 bytes doc/source/_static/sp.jpg | Bin 36559 -> 0 bytes doc/source/_static/sp.png | Bin 0 -> 254482 bytes doc/source/conf.py | 4 +++- 4 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 doc/source/_static/sp.ico delete mode 100644 doc/source/_static/sp.jpg create mode 100644 doc/source/_static/sp.png (limited to 'doc/source') diff --git a/doc/source/_static/sp.ico b/doc/source/_static/sp.ico new file mode 100644 index 0000000..9f77eda Binary files /dev/null and b/doc/source/_static/sp.ico differ diff --git a/doc/source/_static/sp.jpg b/doc/source/_static/sp.jpg deleted file mode 100644 index 0575ca7..0000000 Binary files a/doc/source/_static/sp.jpg and /dev/null differ diff --git a/doc/source/_static/sp.png b/doc/source/_static/sp.png new file mode 100644 index 0000000..9412dac Binary files /dev/null and b/doc/source/_static/sp.png differ 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