Skip to content

Commit

Permalink
Fix doc bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
muzhancun committed Jan 16, 2025
1 parent 7c3a640 commit 3895b0f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'''
Date: 2024-11-28 17:46:44
LastEditors: muzhancun muzhancun@126.com
LastEditTime: 2025-01-16 14:43:49
LastEditTime: 2025-01-16 14:55:11
FilePath: /MineStudio/docs/source/conf.py
'''
import os
Expand Down Expand Up @@ -99,7 +99,7 @@
},
"navbar_start": ["navbar-logo"], # 在导航栏显示 Logo
"switcher": {
"json_url": "https://craftjarvis.github.io/MineStudio/master/_static/switcher.json",
"json_url": "https://craftjarvis.github.io/MineStudio/_static/switcher.json",
"version_match": "master",
}
}
Expand Down
4 changes: 2 additions & 2 deletions docs/source/custom_directives.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'''
Date: 2025-01-16 14:07:48
LastEditors: muzhancun muzhancun@126.com
LastEditTime: 2025-01-16 14:44:08
LastEditTime: 2025-01-16 14:55:39
FilePath: /MineStudio/docs/source/custom_directives.py
'''
import re
Expand Down Expand Up @@ -29,7 +29,7 @@ def generate_versions_json():
version_json_data.append({
"name": "latest",
"version": "master",
"url": generate_version_url("master")
"url": "https://craftjarvis.github.io/MineStudio"
})

git_versions = []
Expand Down

0 comments on commit 3895b0f

Please sign in to comment.