From 86e43e9ab816a3fc252eae926ed3e9563fff8268 Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Sun, 17 Nov 2024 09:41:05 +0800 Subject: [PATCH] docs: update documentation logo URL --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 176c4a0..f842c5e 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -105,7 +105,7 @@ def setup(app): html_theme = "furo" html_static_path = ["../_static"] _html_logo = ( - "https://cdn.jsdelivr.net/gh/HydroRoll-Team/HydroRoll@main/docs/_static/logo.png" + "https://files.hydroroll.team/hotlink-ok/files/image/logo.png" ) # html_logo = _html_logo html_favicon = _html_logo