diff --git a/conf.py b/conf.py index aff3d692ee4..fed9b8ad373 100644 --- a/conf.py +++ b/conf.py @@ -87,6 +87,8 @@ # html_theme = 'alabaster' +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". diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 00000000000..f337485e2f5 Binary files /dev/null and b/favicon.ico differ