diff --git a/docs/_static/favicon.ico b/docs/_static/favicon.ico new file mode 100644 index 000000000..a4c197cef Binary files /dev/null and b/docs/_static/favicon.ico differ diff --git a/docs/conf.py b/docs/conf.py index 43efc77ea..c93277e86 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -128,6 +128,7 @@ # Use the provided html theme html_static_path = ["_static"] html_css_files = ["custom.css"] +html_favicon = "_static/favicon.ico" # Change the colors. The following colors are used: BROWN = "#ffdcb9" DARK_BLUE = "#0f69af"