Adding favicon to match logo.
This commit is contained in:
BIN
docs/_static/favicon.ico
vendored
Normal file
BIN
docs/_static/favicon.ico
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.3 KiB |
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user