diff --git a/conf.py b/conf.py index c21f843c8..0286eabd6 100644 --- a/conf.py +++ b/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/images/ACRN-favicon-32x32.png b/images/ACRN-favicon-32x32.png new file mode 100644 index 000000000..eb4798442 Binary files /dev/null and b/images/ACRN-favicon-32x32.png differ