diff --git a/_static/favicon.ico b/_static/favicon.ico new file mode 100644 index 000000000..a9e16d3a8 Binary files /dev/null and b/_static/favicon.ico differ diff --git a/conf.py b/conf.py index 03012ad36..67fba7041 100644 --- a/conf.py +++ b/conf.py @@ -132,7 +132,7 @@ html_theme = 'sphinx_rtd_theme' # The name of an image file (relative to this directory) to use as a 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,