aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2024-03-04 15:31:50 +0800
committer简律纯 <i@jyunko.cn>2024-03-04 15:31:50 +0800
commit4bf8089999650b6e08796d4b7e6288a67b9cb2cd (patch)
treece6188de55f313a2d91ff3c78e84ce9f0e06e1b5
parent4f3c34290bcd172a35a86b172e27ca52910aa4b6 (diff)
downloadinfini-4bf8089999650b6e08796d4b7e6288a67b9cb2cd.tar.gz
infini-4bf8089999650b6e08796d4b7e6288a67b9cb2cd.zip
chore(docs): update docs conf.py for new domain
-rw-r--r--docs/source/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 56e6723d..dc69f6ef 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -50,7 +50,7 @@ templates_path = ["_templates"]
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
extlinks = {
"issue": ("https://github.com/HydroRoll-Team/infini/%s", "issue %s"),
- "doc": ("https://grps.hydroroll.team/zh_CN/latest/%s", "pages/%s"),
+ "doc": ("https://infini.hydroroll.team/zh-cn/latest/%s", "pages/%s"),
}
source_suffix = {
".rst": "restructuredtext",