From 6a81b1b619546d362d1c655560b4fcbaac8ce8b3 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Fri, 2 Feb 2024 15:49:17 +0800 Subject: chore(docs): remove docs site logo --- docs/source/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/source') diff --git a/docs/source/conf.py b/docs/source/conf.py index 319cfd92..9890225d 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -67,10 +67,10 @@ gettext_uuid = True # optional. html_theme = "furo" html_static_path = ["../_static"] -html_logo = ( +_html_logo = ( "https://cdn.jsdelivr.net/gh/HydroRoll-Team/infini@master/docs/_static/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