diff --git a/docs/_static/image/logo.ico b/docs/_static/image/logo.ico new file mode 100644 index 000000000..7a0b5b2f0 Binary files /dev/null and b/docs/_static/image/logo.ico differ diff --git a/docs/conf.py b/docs/conf.py index 00153f98f..a3893098f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -100,6 +100,7 @@ pygments_style = "sphinx" html_theme = "sphinx_book_theme" html_logo = "_static/image/logo.png" +html_favicon = "_static/image/logo.ico" html_title = project html_copy_source = True html_last_updated_fmt = ""