From 09011815af2b09ceaa72904eda465de46f20ee4d Mon Sep 17 00:00:00 2001 From: Carol Willing Date: Thu, 3 May 2018 15:54:51 +0200 Subject: [PATCH] Good catch @betatim --- docs/source/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index ed43dbd0..98541b08 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -68,8 +68,8 @@ source_suffix = ['.rst', '.md'] # The theme to use for HTML and HTML Help pages. html_theme = 'alabaster' -html_logo = '_static/images/logo/favicon.ico' -html_favicon = '_static/images/logo/logo.png' +html_logo = '_static/images/logo/logo.png' +html_favicon = '_static/images/logo/favicon.ico' # Paths that contain custom static files (such as style sheets) html_static_path = ['_static']