Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
change
sglang
Commits
4ba815b8
Unverified
Commit
4ba815b8
authored
Oct 30, 2024
by
Chayenne
Committed by
GitHub
Oct 30, 2024
Browse files
Fix suggest edit (#1842)
Co-authored-by:
Chayenne
<
zhaochenyang@g.ucla.edu
>
parent
5f65e2b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletion
+9
-1
docs/conf.py
docs/conf.py
+9
-1
No files found.
docs/conf.py
View file @
4ba815b8
...
@@ -55,7 +55,7 @@ html_copy_source = True
...
@@ -55,7 +55,7 @@ html_copy_source = True
html_last_updated_fmt
=
""
html_last_updated_fmt
=
""
html_theme_options
=
{
html_theme_options
=
{
"repository_url"
:
"https://github.com/sgl-project/sgl
ang
"
,
"repository_url"
:
"https://github.com/sgl-project/sgl
-project.github.io
"
,
"repository_branch"
:
"main"
,
"repository_branch"
:
"main"
,
"show_navbar_depth"
:
3
,
"show_navbar_depth"
:
3
,
"max_navbar_depth"
:
4
,
"max_navbar_depth"
:
4
,
...
@@ -69,6 +69,14 @@ html_theme_options = {
...
@@ -69,6 +69,14 @@ html_theme_options = {
"show_toc_level"
:
2
,
"show_toc_level"
:
2
,
}
}
html_context
=
{
"display_github"
:
True
,
"github_user"
:
"sgl-project"
,
"github_repo"
:
"sgl-project.github.io"
,
"github_version"
:
"main"
,
"conf_py_path"
:
"/docs/"
,
}
html_static_path
=
[
"_static"
]
html_static_path
=
[
"_static"
]
html_css_files
=
[
"css/custom_log.css"
]
html_css_files
=
[
"css/custom_log.css"
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment