Adding favicon to match logo.

This commit is contained in:
Danny Hermes
2015-08-05 17:10:32 -07:00
parent a57a1619b8
commit d1dc2b10b7
2 changed files with 5 additions and 0 deletions

BIN
docs/_static/favicon.ico vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

@@ -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'