From 2e529440ffe15dfdf3a495b5b1027b853610d068 Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Thu, 20 Nov 2025 15:33:59 +0800 Subject: fix: Correct variable name for HTML logo and favicon in configuration --- 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 0feaab8..59b2bea 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -71,10 +71,10 @@ gettext_uuid = True # optional. html_theme = "furo" html_static_path = ["../_static"] -_html_logo = ( +html_logo = ( "https://files.hydroroll.team/hotlink-ok/files/image/logo.png" ) -html_favicon = _html_logo +html_favicon = html_logo html_css_files = [ "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/fontawesome.min.css", -- cgit v1.2.3-70-g09d2