aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author简律纯 <leader@hydroroll.team>2024-11-17 09:44:24 +0800
committerGitHub <noreply@github.com>2024-11-17 09:44:24 +0800
commitc7280dbd426153e9c2d8f3d0882f56bc4fe4f466 (patch)
tree59a8b6ffb42ae9097fee7ec9a3fae3ab89247604
parente3d02bedb8c17bdf63e2011a1df2fd22d68168ce (diff)
downloadHydroRoll-c7280dbd426153e9c2d8f3d0882f56bc4fe4f466.tar.gz
HydroRoll-c7280dbd426153e9c2d8f3d0882f56bc4fe4f466.zip
Docs: sync icon change (#111)
* docs: add HydroRoll and HydroRollCore replacements in conf.py * docs: update documentation logo URL
-rw-r--r--docs/source/conf.py4
1 files changed, 3 insertions, 1 deletions
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