diff --git a/docs/source/_templates/_static/img/ignite_logomark.svg b/docs/source/_templates/_static/img/ignite_logomark.svg new file mode 100644 index 000000000000..bf8fb7199c83 --- /dev/null +++ b/docs/source/_templates/_static/img/ignite_logomark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/docs/source/conf.py b/docs/source/conf.py index f37df4cf6ed3..1c3d89980930 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -105,6 +105,8 @@ html_logo = "_static/img/ignite_logo.svg" +html_favicon = "_templates/_static/img/ignite_logomark.svg" + # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the # documentation.