aboutsummaryrefslogtreecommitdiff
path: root/noxfile.py
diff options
context:
space:
mode:
authorarithmetic1728 <58957152+arithmetic1728@users.noreply.github.com>2020-04-14 15:46:26 -0700
committerGitHub <noreply@github.com>2020-04-14 15:46:26 -0700
commit748c935d4cf03a1f04fba9139c3c3150fd694d88 (patch)
treeaaaf8c17defc5c88a7c842b8998c4df5785ddfb4 /noxfile.py
parent0c2c556e149b0b6696b515f3cdbd10a698b4e30b (diff)
downloadpython-api-core-748c935d4cf03a1f04fba9139c3c3150fd694d88.tar.gz
feat(api-core): add client_cert_source to ClientOptions (#17)
* feat(api-core): add client_cert_source to ClientOptions * Update google/api_core/client_options.py Co-Authored-By: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> * bump google-auth version * update noxfile.py to fix docs problem Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
Diffstat (limited to 'noxfile.py')
-rw-r--r--noxfile.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/noxfile.py b/noxfile.py
index 249ace7..dfb1257 100644
--- a/noxfile.py
+++ b/noxfile.py
@@ -112,7 +112,7 @@ def docs(session):
session.install(".", "grpcio >= 1.8.2", "grpcio-gcp >= 0.2.2")
session.install("-e", ".")
- session.install("sphinx", "alabaster", "recommonmark")
+ session.install("sphinx < 3.0", "alabaster", "recommonmark")
shutil.rmtree(os.path.join("docs", "_build"), ignore_errors=True)
session.run(