Unverified Commit 4ba815b8 authored by Chayenne's avatar Chayenne Committed by GitHub
Browse files

Fix suggest edit (#1842)


Co-authored-by: default avatarChayenne <zhaochenyang@g.ucla.edu>
parent 5f65e2b8
......@@ -55,7 +55,7 @@ html_copy_source = True
html_last_updated_fmt = ""
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",
"show_navbar_depth": 3,
"max_navbar_depth": 4,
......@@ -69,6 +69,14 @@ html_theme_options = {
"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_css_files = ["css/custom_log.css"]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment