diff --git a/docs/conf.py b/docs/conf.py index ae2e4c4..722e6f6 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -49,8 +49,8 @@ exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"] # a list of builtin themes. # html_theme = "sphinx_rtd_theme" -html_logo = "https://raw.githubusercontent.com/kellya/bumblebee-status-icon/main/img/bumblebee_status_rtl.svg" -html_favicon = "https://raw.githubusercontent.com/kellya/bumblebee-status-icon/main/img/favicon/favicon.ico" +html_logo = "logo.png" +html_favicon = "favicon.ico" # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, diff --git a/docs/favicon.ico b/docs/favicon.ico new file mode 100644 index 0000000..2da8b14 Binary files /dev/null and b/docs/favicon.ico differ diff --git a/docs/logo.png b/docs/logo.png new file mode 100644 index 0000000..b21c23a Binary files /dev/null and b/docs/logo.png differ