diff --git a/docs/_static/img/favicon.ico b/docs/_static/img/favicon.ico new file mode 100644 index 0000000..35ad3d5 Binary files /dev/null and b/docs/_static/img/favicon.ico differ diff --git a/docs/conf.py b/docs/conf.py index 5be480e..ec2fb46 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -95,6 +95,8 @@ html_theme_options = { 'style_nav_header_background': '#29667e', } +html_favicon = '_static/img/favicon.ico' + html_logo = '_static/img/logo/logo_main.png' # Add any paths that contain custom static files (such as style sheets) here,