added logo and favicon to the conf

This commit is contained in:
Alex Kelly 2022-09-13 11:58:03 -04:00
parent 7e6ae7c7be
commit 46b379815b

View file

@ -49,6 +49,8 @@ exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
# a list of builtin themes. # a list of builtin themes.
# #
html_theme = "sphinx_rtd_theme" 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, # 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, # relative to this directory. They are copied after the builtin static files,