Skip to content
Snippets Groups Projects
Commit 84212267 authored by Masood Malekghassemi's avatar Masood Malekghassemi
Browse files

Merge pull request #5127 from soltanmm/fuu

Fix GCS URL for Python
parents 42b7b305 064d37d3
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ PYTHON_STEM = os.path.dirname(os.path.abspath(__file__))
BINARIES_REPOSITORY = os.environ.get(
'GRPC_PYTHON_BINARIES_REPOSITORY',
'https://storage.googleapis.com/grpc-precompiled-binaries/python/')
'https://storage.googleapis.com/grpc-precompiled-binaries/python')
CONF_PY_ADDENDUM = """
extensions.append('sphinx.ext.napoleon')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment