aboutsummaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorBill Prin <waprin@gmail.com>2016-07-18 12:11:06 -0700
committerJon Wayne Parrott <jonwayne@google.com>2016-07-18 12:11:06 -0700
commit00afef9eb0b9af44cd462b5c1928737239e49bc0 (patch)
tree47f9467e916d6bb54536749f5ed245b1eae6a277 /docs/conf.py
parentcd635f4d1e2ce1a70155a52deb0e22ad6da1e6e5 (diff)
downloadoauth2client-00afef9eb0b9af44cd462b5c1928737239e49bc0.tar.gz
Fix Flask Autodoc (#551)
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
index fcbf2fb..85077e1 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -38,6 +38,7 @@ MOCK_MODULES = (
'google.appengine.ext',
'google.appengine.ext.webapp',
'google.appengine.ext.webapp.util',
+ 'werkzeug.local',
)