aboutsummaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorDanny Hermes <daniel.j.hermes@gmail.com>2015-08-05 17:10:32 -0700
committerDanny Hermes <daniel.j.hermes@gmail.com>2015-08-05 17:10:32 -0700
commitd1dc2b10b7cfc6aff6433ca32e257d29965dedee (patch)
treeb4b0209a225c29c8d8732c6c77e037f625a3bcf2 /docs/conf.py
parenta57a1619b898a69bace3f4392abd39c528490636 (diff)
downloadoauth2client-d1dc2b10b7cfc6aff6433ca32e257d29965dedee.tar.gz
Adding favicon to match logo.
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py5
1 files changed, 5 insertions, 0 deletions
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'