diff --git a/doc/_static/chip.png b/doc/_static/chip.png new file mode 100644 index 0000000..29884a8 Binary files /dev/null and b/doc/_static/chip.png differ diff --git a/doc/conf.py b/doc/conf.py index 21c4180..c100a7a 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -115,7 +115,7 @@ html_logo = "vscard-logo_128.png" # The name of an image file (within the static path) to use as favicon of the # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 # pixels large. -html_favicon = "vscard-logo_128.png" +html_favicon = "chip.png" # 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,