From 46b379815b64c52477eda35725c2917f0c1e55ab Mon Sep 17 00:00:00 2001 From: Alex Kelly Date: Tue, 13 Sep 2022 11:58:03 -0400 Subject: [PATCH] added logo and favicon to the conf --- docs/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index 2097441..ae2e4c4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -49,6 +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" # 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,