From e27ca8893aba40c004bea0663f19000aa809634b Mon Sep 17 00:00:00 2001 From: Leif Walsh Date: Thu, 21 Dec 2023 01:27:21 +0000 Subject: [PATCH] fix logo in docs --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index e564295..e55d8de 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -139,7 +139,7 @@ # # html_theme_options = {} -html_context = {'logo': 'logo.png', 'theme_logo_only': True} +html_context = {'theme_logo_only': True} html_favicon = '_static/favicon.png' @@ -158,7 +158,7 @@ # The name of an image file (relative to this directory) to place at the top # of the sidebar. # -# html_logo = None +html_logo = '_static/logo.png' # The name of an image file (relative to this directory) to use as a favicon of # the docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32