diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 2d31baad9b..5fa0f16e1c 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -126,6 +126,7 @@ changes to this list. * Stephen Lane-Smith (BMO) * Thomas O'Donnell (Macquarie) * Thomas Schroeter (R3) +* Tittu Varghese (Servntire Global) * Tom Menner (R3) * Tudor Malene (R3) * Tim Swanson (R3) diff --git a/docs/source/_static/favicon.ico b/docs/source/_static/favicon.ico new file mode 100644 index 0000000000..46f71069c7 Binary files /dev/null and b/docs/source/_static/favicon.ico differ diff --git a/docs/source/conf.py b/docs/source/conf.py index af81b07be0..4223ddc379 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -150,7 +150,7 @@ html_add_permalinks = True # 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 = "_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,