diff options
| author | 2024-06-05 04:06:00 +0800 | |
|---|---|---|
| committer | 2024-06-05 04:06:00 +0800 | |
| commit | 09413f06949b421a1c5b0cc05d70d84b184d3397 (patch) | |
| tree | 7b74bdafac7fb420d73137683209ba7d46acdda2 /docs | |
| parent | 28a7b2ecd90e7e67427682a99b8616e13042b4ab (diff) | |
| download | HydroRollCore-09413f06949b421a1c5b0cc05d70d84b184d3397.tar.gz HydroRollCore-09413f06949b421a1c5b0cc05d70d84b184d3397.zip | |
feat(rust): wrap_pyfunction "process_rule_pack" in libcore module
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/source/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py index c423830..7b02611 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -47,7 +47,7 @@ templates_path = ["_templates"] exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"] extlinks = { "issue": ("https://github.com/HydroRoll-Team/HydroRollCore/%s", "issue %s"), - "doc": ("https://core.hydroroll.team/en/latest/%s", "pages/%s"), + "doc": ("https://core.hydroroll.team/zh-cn/latest/%s", "pages/%s"), } source_suffix = { ".rst": "restructuredtext", |
