diff --git a/docs/source/assets/logos/vllm-logo-only-light.ico b/docs/source/assets/logos/vllm-logo-only-light.ico new file mode 100644 index 0000000000000..27528ceebfff4 Binary files /dev/null and b/docs/source/assets/logos/vllm-logo-only-light.ico differ diff --git a/docs/source/conf.py b/docs/source/conf.py index 7aa52db092e36..6b0a1dad142b7 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -70,6 +70,7 @@ html_title = project html_theme = 'sphinx_book_theme' html_logo = 'assets/logos/vllm-logo-text-light.png' +html_favicon = 'assets/logos/vllm-logo-only-light.ico' html_theme_options = { 'path_to_docs': 'docs/source', 'repository_url': 'https://github.com/vllm-project/vllm',