diff --git a/docs/_static/img/favicon.png b/docs/_static/img/favicon.png new file mode 100644 index 000000000..3991d87e9 Binary files /dev/null and b/docs/_static/img/favicon.png differ diff --git a/docs/conf.py b/docs/conf.py index 10aa406f2..61df2b53e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -152,7 +152,7 @@ html_logo = "logo.svg" # 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 = None +html_favicon = "_static/img/favicon.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,