diff --git a/lld/docs/_static/favicon.ico b/lld/docs/_static/favicon.ico new file mode 100644 index 000000000000..724ad6e12dd4 Binary files /dev/null and b/lld/docs/_static/favicon.ico differ diff --git a/lld/docs/conf.py b/lld/docs/conf.py index 18a896ce9a57..e1055beec88f 100644 --- a/lld/docs/conf.py +++ b/lld/docs/conf.py @@ -114,12 +114,12 @@ html_theme_path = ["."] # The name of an image file (within the static path) to use as favicon of the # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 # pixels large. -#html_favicon = None +html_favicon = '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, # so a file named "default.css" will overwrite the builtin "default.css". -#html_static_path = ['_static'] +html_static_path = ['_static'] # If not '', a 'Last updated on:' timestamp is inserted at every page bottom, # using the given strftime format.