diff --git a/docs/conf.py b/docs/conf.py index 3d2cb7ad..04e3587e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -141,7 +141,7 @@ html_theme_path = [alabaster.get_path()] # 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 = '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 00000000..93feba15 Binary files /dev/null and b/docs/favicon.ico differ diff --git a/docs/main/changelog.rst b/docs/main/changelog.rst index 351edc39..b2b46982 100644 --- a/docs/main/changelog.rst +++ b/docs/main/changelog.rst @@ -9,6 +9,7 @@ follows `Semantic versioning`_ Develop ------- +- Add favicon. - Remove redirects that occur while getting badge images to optimize docs load speed. 4.0.6