From 9d29cd49012ac3bd3d31b7764c6549f3c3a45ba2 Mon Sep 17 00:00:00 2001 From: Kristian Evers Date: Wed, 16 Oct 2019 12:02:33 +0000 Subject: Use dedicated logo for website Fixes #1670 --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/source') diff --git a/docs/source/conf.py b/docs/source/conf.py index 010234dc..b5b1f3bc 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -156,7 +156,7 @@ html_theme_options = { # The name of an image file (relative to this directory) to place at the top # of the sidebar. -html_logo = '../../media/logo.png' +html_logo = '../images/logo.png' # 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 -- cgit v1.2.3