From c7280dbd426153e9c2d8f3d0882f56bc4fe4f466 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Sun, 17 Nov 2024 09:44:24 +0800 Subject: Docs: sync icon change (#111) * docs: add HydroRoll and HydroRollCore replacements in conf.py * docs: update documentation logo URL --- docs/source/conf.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index fa4794e..f842c5e 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -86,6 +86,8 @@ rst_prolog = """ """ rst_epilog = """ .. |psf| replace:: Python Software Foundation +.. |hr| replace:: HydroRoll +.. |hrc| replace:: HydroRollCore """ locale_dirs = ["../locales/"] # path is example but recommended. gettext_compact = False # optional. @@ -103,7 +105,7 @@ html_split_index = True # Split the index page by each alphabet 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 -- cgit v1.2.3-70-g09d2