Fix suggest edit (#1842)
Co-authored-by: Chayenne <zhaochenyang@g.ucla.edu>
This commit is contained in:
10
docs/conf.py
10
docs/conf.py
@@ -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/sglang",
|
"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 = {
|
|||||||
"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"]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user