diff --git a/docs/_static/favicon.ico b/docs/_static/favicon.ico new file mode 100644 index 0000000..f594697 Binary files /dev/null and b/docs/_static/favicon.ico differ diff --git a/docs/conf.py b/docs/conf.py index 8fcbf63..84799c9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -45,6 +45,11 @@ if os.environ.get('READTHEDOCS', '') != 'True': html_theme = 'sphinx_rtd_theme' html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] +# 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 = '_static/favicon.ico' + html_static_path = ['_static'] html_logo = '_static/google_logo.png' htmlhelp_basename = 'oauth2clientdoc'