diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index a27727f797..3468f703d5 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -172,6 +172,7 @@ see changes to this list. * Thomas Schroeter (R3) * Tim Swanson (R3) * Timothy Smith +* Tittu Varghese (Servntire Global) * Tom Menner (R3) * tomconte * Tommy Lillehagen (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 5202714c97..5763aeb512 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -144,7 +144,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,