Skip to content
This repository has been archived by the owner on Jan 18, 2025. It is now read-only.

Commit

Permalink
Adding favicon to match logo.
Browse files Browse the repository at this point in the history
  • Loading branch information
dhermes committed Aug 6, 2015
1 parent a57a161 commit d1dc2b1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Binary file added docs/_static/favicon.ico
Binary file not shown.
5 changes: 5 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@
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'
Expand Down

0 comments on commit d1dc2b1

Please sign in to comment.