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
Also removing empty line at the end of build-docs.
  • Loading branch information
dhermes committed Aug 6, 2015
1 parent a57a161 commit cd309a6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
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
1 change: 0 additions & 1 deletion scripts/build-docs
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,3 @@ sphinx-apidoc -f -o docs/source oauth2client
cd docs
make html
cd ..

0 comments on commit cd309a6

Please sign in to comment.