From 88045b8f7efb5313858b101197b82ab314316ae6 Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Thu, 26 Sep 2019 13:26:52 -0400 Subject: [PATCH] Python: Update URL for 'requests' Sphinx inventory. --- src/main/resources/com/google/api/codegen/py/docs/conf.py.snip | 2 +- .../api/codegen/gapic/testdata/py/python_library.baseline | 2 +- .../codegen/gapic/testdata/py/python_multiple_services.baseline | 2 +- .../codegen/gapic/testdata/py/python_no_path_templates.baseline | 2 +- .../py/python_samplegen_config_migration_library.baseline | 2 +- .../codegen/protoannotations/testdata/python_library.baseline | 2 +- .../testdata/python_library_no_gapic_config.baseline | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/main/resources/com/google/api/codegen/py/docs/conf.py.snip b/src/main/resources/com/google/api/codegen/py/docs/conf.py.snip index 97b12171d3..2e504fa6ff 100644 --- a/src/main/resources/com/google/api/codegen/py/docs/conf.py.snip +++ b/src/main/resources/com/google/api/codegen/py/docs/conf.py.snip @@ -332,7 +332,7 @@ 'google-gax': ('https://gax-python.readthedocs.io/en/latest/', None), 'google.api_core': ('https://googleapis.dev/python/google-api-core/latest', None), 'grpc': ('https://grpc.io/grpc/python/', None), - 'requests': ('https://2.python-requests.org/en/master/', None), + 'requests': ('https://requests.kennethreitz.org/en/master/', None), 'fastavro': ('https://fastavro.readthedocs.io/en/stable/', None), 'pandas': ('https://pandas.pydata.org/pandas-docs/stable/', None), } diff --git a/src/test/java/com/google/api/codegen/gapic/testdata/py/python_library.baseline b/src/test/java/com/google/api/codegen/gapic/testdata/py/python_library.baseline index 3b3ad502b4..b33c17c1ec 100644 --- a/src/test/java/com/google/api/codegen/gapic/testdata/py/python_library.baseline +++ b/src/test/java/com/google/api/codegen/gapic/testdata/py/python_library.baseline @@ -637,7 +637,7 @@ intersphinx_mapping = { 'google-gax': ('https://gax-python.readthedocs.io/en/latest/', None), 'google.api_core': ('https://googleapis.dev/python/google-api-core/latest', None), 'grpc': ('https://grpc.io/grpc/python/', None), - 'requests': ('https://2.python-requests.org/en/master/', None), + 'requests': ('https://requests.kennethreitz.org/en/master/', None), 'fastavro': ('https://fastavro.readthedocs.io/en/stable/', None), 'pandas': ('https://pandas.pydata.org/pandas-docs/stable/', None), } diff --git a/src/test/java/com/google/api/codegen/gapic/testdata/py/python_multiple_services.baseline b/src/test/java/com/google/api/codegen/gapic/testdata/py/python_multiple_services.baseline index 2adb31e74e..80e3bb6039 100644 --- a/src/test/java/com/google/api/codegen/gapic/testdata/py/python_multiple_services.baseline +++ b/src/test/java/com/google/api/codegen/gapic/testdata/py/python_multiple_services.baseline @@ -618,7 +618,7 @@ intersphinx_mapping = { 'google-gax': ('https://gax-python.readthedocs.io/en/latest/', None), 'google.api_core': ('https://googleapis.dev/python/google-api-core/latest', None), 'grpc': ('https://grpc.io/grpc/python/', None), - 'requests': ('https://2.python-requests.org/en/master/', None), + 'requests': ('https://requests.kennethreitz.org/en/master/', None), 'fastavro': ('https://fastavro.readthedocs.io/en/stable/', None), 'pandas': ('https://pandas.pydata.org/pandas-docs/stable/', None), } diff --git a/src/test/java/com/google/api/codegen/gapic/testdata/py/python_no_path_templates.baseline b/src/test/java/com/google/api/codegen/gapic/testdata/py/python_no_path_templates.baseline index 8ba7cac4d8..3931bd7d35 100644 --- a/src/test/java/com/google/api/codegen/gapic/testdata/py/python_no_path_templates.baseline +++ b/src/test/java/com/google/api/codegen/gapic/testdata/py/python_no_path_templates.baseline @@ -618,7 +618,7 @@ intersphinx_mapping = { 'google-gax': ('https://gax-python.readthedocs.io/en/latest/', None), 'google.api_core': ('https://googleapis.dev/python/google-api-core/latest', None), 'grpc': ('https://grpc.io/grpc/python/', None), - 'requests': ('https://2.python-requests.org/en/master/', None), + 'requests': ('https://requests.kennethreitz.org/en/master/', None), 'fastavro': ('https://fastavro.readthedocs.io/en/stable/', None), 'pandas': ('https://pandas.pydata.org/pandas-docs/stable/', None), } diff --git a/src/test/java/com/google/api/codegen/gapic/testdata/py/python_samplegen_config_migration_library.baseline b/src/test/java/com/google/api/codegen/gapic/testdata/py/python_samplegen_config_migration_library.baseline index 12536e6a8a..280b4fbf45 100644 --- a/src/test/java/com/google/api/codegen/gapic/testdata/py/python_samplegen_config_migration_library.baseline +++ b/src/test/java/com/google/api/codegen/gapic/testdata/py/python_samplegen_config_migration_library.baseline @@ -637,7 +637,7 @@ intersphinx_mapping = { 'google-gax': ('https://gax-python.readthedocs.io/en/latest/', None), 'google.api_core': ('https://googleapis.dev/python/google-api-core/latest', None), 'grpc': ('https://grpc.io/grpc/python/', None), - 'requests': ('https://2.python-requests.org/en/master/', None), + 'requests': ('https://requests.kennethreitz.org/en/master/', None), 'fastavro': ('https://fastavro.readthedocs.io/en/stable/', None), 'pandas': ('https://pandas.pydata.org/pandas-docs/stable/', None), } diff --git a/src/test/java/com/google/api/codegen/protoannotations/testdata/python_library.baseline b/src/test/java/com/google/api/codegen/protoannotations/testdata/python_library.baseline index 8220abc965..9a61b74d1b 100644 --- a/src/test/java/com/google/api/codegen/protoannotations/testdata/python_library.baseline +++ b/src/test/java/com/google/api/codegen/protoannotations/testdata/python_library.baseline @@ -637,7 +637,7 @@ intersphinx_mapping = { 'google-gax': ('https://gax-python.readthedocs.io/en/latest/', None), 'google.api_core': ('https://googleapis.dev/python/google-api-core/latest', None), 'grpc': ('https://grpc.io/grpc/python/', None), - 'requests': ('https://2.python-requests.org/en/master/', None), + 'requests': ('https://requests.kennethreitz.org/en/master/', None), 'fastavro': ('https://fastavro.readthedocs.io/en/stable/', None), 'pandas': ('https://pandas.pydata.org/pandas-docs/stable/', None), } diff --git a/src/test/java/com/google/api/codegen/protoannotations/testdata/python_library_no_gapic_config.baseline b/src/test/java/com/google/api/codegen/protoannotations/testdata/python_library_no_gapic_config.baseline index f51eeba0a1..75bc33541e 100644 --- a/src/test/java/com/google/api/codegen/protoannotations/testdata/python_library_no_gapic_config.baseline +++ b/src/test/java/com/google/api/codegen/protoannotations/testdata/python_library_no_gapic_config.baseline @@ -4670,7 +4670,7 @@ intersphinx_mapping = { 'google-gax': ('https://gax-python.readthedocs.io/en/latest/', None), 'google.api_core': ('https://googleapis.dev/python/google-api-core/latest', None), 'grpc': ('https://grpc.io/grpc/python/', None), - 'requests': ('https://2.python-requests.org/en/master/', None), + 'requests': ('https://requests.kennethreitz.org/en/master/', None), 'fastavro': ('https://fastavro.readthedocs.io/en/stable/', None), 'pandas': ('https://pandas.pydata.org/pandas-docs/stable/', None), }