diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..b1bc858 Binary files /dev/null and b/.DS_Store differ diff --git a/docs/.DS_Store b/docs/.DS_Store new file mode 100644 index 0000000..125470d Binary files /dev/null and b/docs/.DS_Store differ diff --git a/docs/source/conf.py b/docs/source/conf.py index d2413be..cd2333e 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -115,7 +115,7 @@ html_theme = "sphinx_book_theme" html_logo = "logos/vllm-kunlun-logo-text-light.png" html_theme_options = { "path_to_docs": "docs/source", - "repository_url": "https://github.com/xxxxx/vllm-kunlun", + "repository_url": "https://github.com/baidu/vLLM-Kunlun", "use_repository_button": True, "use_edit_page_button": True, }