diff --git a/documentation/conf.py b/documentation/conf.py index 3969494377..74aacc18c5 100644 --- a/documentation/conf.py +++ b/documentation/conf.py @@ -136,6 +136,7 @@ except ImportError: sys.exit(1) html_logo = 'sphinx-static/YoctoProject_Logo_RGB.jpg' +html_favicon = 'sphinx-static/favicon.ico' # 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/documentation/sphinx-static/favicon.ico b/documentation/sphinx-static/favicon.ico new file mode 100644 index 0000000000..85a921e3ef Binary files /dev/null and b/documentation/sphinx-static/favicon.ico differ