aboutsummaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorCraig Citro <craigcitro@gmail.com>2014-12-18 17:00:07 -0800
committerCraig Citro <craigcitro@gmail.com>2014-12-18 17:00:07 -0800
commit289dfa865f78e9625161428f223f5c2202d4bd6f (patch)
tree289def67785b3dfb778797c26c8ae4750f4b12cc /docs/conf.py
parent800c5f78f8f3727c02f93d4261d09e217a4f6029 (diff)
downloadoauth2client-289dfa865f78e9625161428f223f5c2202d4bd6f.tar.gz
Get docs building cleanly.
Still need to wire up `tox -e doc`.
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py8
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 6c0bfc7..4776ed0 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -55,10 +55,12 @@ copyright = u'2014, Google, Inc'
# |version| and |release|, also used in various other places throughout the
# built documents.
#
+
+import oauth2client
# The short X.Y version.
-version = '1.4.4'
+version = oauth2client.__version__
# The full version, including alpha/beta/rc tags.
-release = '1.4.4'
+release = oauth2client.__version__
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
@@ -107,7 +109,7 @@ pygments_style = 'sphinx'
import sphinx_bootstrap_theme
-html_logo = 'google_logo.png'
+html_logo = '_static/google_logo.png'
html_theme = 'bootstrap'
html_theme_path = sphinx_bootstrap_theme.get_html_theme_path()
html_theme_options = {