Skip to content

Commit 93eed4f

Browse files
authored
fixed sphinx configuration (#264)
1 parent a9d59b7 commit 93eed4f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/conf.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
html_last_updated_fmt = ""
105105

106106
html_theme_options = {
107-
"repository_url": "https://github.com/sgl-project/sgl-project.github.io",
107+
"repository_url": "https://github.com/THUDM/slime",
108108
"repository_branch": "main",
109109
"show_navbar_depth": 3,
110110
"max_navbar_depth": 4,
@@ -142,23 +142,23 @@ def setup(app):
142142
]
143143
myst_heading_anchors = 5
144144

145-
htmlhelp_basename = "sglangdoc"
145+
htmlhelp_basename = "slimedoc"
146146

147147
latex_elements = {}
148148

149149
latex_documents = [
150-
(master_doc, "sglang.tex", "sglang Documentation", "SGLang Team", "manual"),
150+
(master_doc, "slime.tex", "slime Documentation", "slime Team", "manual"),
151151
]
152152

153-
man_pages = [(master_doc, "sglang", "sglang Documentation", [author], 1)]
153+
man_pages = [(master_doc, "slime", "slime Documentation", [author], 1)]
154154

155155
texinfo_documents = [
156156
(
157157
master_doc,
158-
"sglang",
159-
"sglang Documentation",
158+
"slime",
159+
"slime Documentation",
160160
author,
161-
"sglang",
161+
"slime",
162162
"One line description of project.",
163163
"Miscellaneous",
164164
),

0 commit comments

Comments
 (0)