diff --git a/doc/conf.py b/doc/conf.py index fae33985a..82e61e79f 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -104,6 +104,7 @@ else: # html_theme_options = {} html_logo = 'images/ACRN_Logo_300w.png' +html_favicon = 'images/ACRN-favicon-32x32.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, diff --git a/doc/images/ACRN-favicon-32x32.png b/doc/images/ACRN-favicon-32x32.png new file mode 100644 index 000000000..eb4798442 Binary files /dev/null and b/doc/images/ACRN-favicon-32x32.png differ