From 9df6b64bc065bdffcb029be96baed86c376d8d04 Mon Sep 17 00:00:00 2001 From: Bu Sun Kim Date: Thu, 22 Aug 2019 16:33:41 -0700 Subject: [PATCH 1/3] Remove CI jobs publishing combined docset. --- .circleci/config.yml | 37 ------------------------------------- .kokoro/build-docs.sh | 29 ----------------------------- .kokoro/docs.cfg | 22 ---------------------- 3 files changed, 88 deletions(-) delete mode 100644 .circleci/config.yml delete mode 100644 .kokoro/build-docs.sh delete mode 100644 .kokoro/docs.cfg diff --git a/.circleci/config.yml b/.circleci/config.yml deleted file mode 100644 index 7c836bf26964..000000000000 --- a/.circleci/config.yml +++ /dev/null @@ -1,37 +0,0 @@ ---- -version: 2 -jobs: - build: - docker: - - image: gcr.io/cloud-devrel-public-resources/python:latest - steps: - - checkout - - run: - name: Add GitHub public key to known hosts - command: | - mkdir -p ~/.ssh/ - if [[ ! -f ~/.ssh/known_hosts ]] || ! grep "github.com" ~/.ssh/known_hosts; then - echo " - github.com ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAq2A7hRGmdnm9tUDbO9IDSwBK6TbQa+PXYPCPy6rbTrTtw7PHkccKrpp0yVhp5HdEIcKr6pLlVDBfOLX9QUsyCOV0wzfjIJNlGEYsdlLJizHhbn2mUjvSAHQqZETYP81eFzLQNnPHt4EVVUh7VfDESU84KezmD5QlWpXLmvU31/yMf+Se8xhHTvKSCZIFImWwoG6mbUoWf9nzpIoaSjB+weqqUUmpaaasXVal72J+UX2B+2RPW3RcT0eOzQgqlJL3RKrTJvdsjE3JEAvGq3lGHSZXy28G3skua2SmVi/w4yCE6gbODqnTWlg7+wC604ydGXA8VJiS5ap43JXiUFFAaQ== - " >> ~/.ssh/known_hosts - fi - - run: - name: Make sure google-cloud setup.py is valid - command: | - nox -s lint_setup_py - - deploy: - name: Update the docs - command: nox -s docs - working_directory: /var/code/gcp/ - -deployment: - tag_build_for_cci2: - # 1.0 style config for tag builds workaround - # For context, see: - # - https://discuss.circleci.com/t/build-on-tag/9864/30 - # - https://discuss.circleci.com/t/git-tag-deploys-in-2-0/9493/8 - # - https://circleci.com/gh/keybits/circulate/58#config/containers/0 - # See "test_utils/scripts/circleci/get_tagged_package.py" for info on REGEX - tag: /(([a-z]+)-)*([0-9]+)\.([0-9]+)\.([0-9]+)/ - commands: - - true diff --git a/.kokoro/build-docs.sh b/.kokoro/build-docs.sh deleted file mode 100644 index 4b3846d764a1..000000000000 --- a/.kokoro/build-docs.sh +++ /dev/null @@ -1,29 +0,0 @@ -#!/bin/bash - -set -eo pipefail - -cd ${KOKORO_ARTIFACTS_DIR}/github/google-cloud-python -pwd -ls -env - -# Kokoro currently uses 3.6.1 -pyenv global 3.6.1 - -# Kokoro exposes this as a file, but the scripts expect just a plain variable. -export GITHUB_TOKEN=$(cat ${KOKORO_GFILE_DIR}/${GITHUB_TOKEN_FILE}) - -# Add github to known hosts. -ssh-keyscan github.com >> ~/.ssh/known_hosts - -# Activate the ssh key for dpebot. This is used to clone -# repositories using the ssh:// protocol. -eval `ssh-agent -s` -chmod 600 ${KOKORO_GFILE_DIR}/id_rsa -ssh-add ${KOKORO_GFILE_DIR}/id_rsa - -# Install Requirements -pip install --upgrade -r docs/requirements.txt - -# Build and Publish Documentation -bash test_utils/scripts/update_docs.sh kokoro diff --git a/.kokoro/docs.cfg b/.kokoro/docs.cfg deleted file mode 100644 index b8f53f9b4340..000000000000 --- a/.kokoro/docs.cfg +++ /dev/null @@ -1,22 +0,0 @@ -# Format: //devtools/kokoro/config/proto/build.proto - -# Don't bother with trampoline, we can use the Python in the Kokoro VM to build -# the docs. -build_file: "google-cloud-python/.kokoro/build-docs.sh" - -# The github token is stored here. -gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/dpebot" - -# Common env vars for all and builds. -env_vars: { - key: "GITHUB_TOKEN_FILE" - value: "github-token.txt" -} -env_vars: { - key: "GITHUB_USER" - value: "dpebot" -} -env_vars: { - key: "GITHUB_EMAIL" - value: "dpebot@google.com" -} From edac2d58ca8d00b321a96fa5c9538837781d4ee5 Mon Sep 17 00:00:00 2001 From: Bu Sun Kim Date: Thu, 22 Aug 2019 17:27:41 -0700 Subject: [PATCH 2/3] Update intersphinx reference to api_core. --- api_core/docs/conf.py | 2 +- asset/docs/conf.py | 2 +- automl/docs/conf.py | 2 +- bigquery_datatransfer/docs/conf.py | 2 +- bigtable/docs/conf.py | 2 +- container/docs/conf.py | 2 +- containeranalysis/docs/conf.py | 2 +- core/docs/conf.py | 2 +- datacatalog/docs/conf.py | 2 +- datalabeling/docs/conf.py | 2 +- dataproc/docs/conf.py | 2 +- datastore/docs/conf.py | 2 +- dlp/docs/conf.py | 2 +- dns/docs/conf.py | 2 +- error_reporting/docs/conf.py | 2 +- firestore/docs/conf.py | 2 +- grafeas/docs/conf.py | 2 +- iam/docs/conf.py | 2 +- iot/docs/conf.py | 2 +- irm/docs/conf.py | 2 +- kms/docs/conf.py | 2 +- language/docs/conf.py | 2 +- logging/docs/conf.py | 2 +- monitoring/docs/conf.py | 2 +- oslogin/docs/conf.py | 2 +- phishingprotection/docs/conf.py | 2 +- pubsub/docs/conf.py | 2 +- redis/docs/conf.py | 2 +- resource_manager/docs/conf.py | 2 +- scheduler/docs/conf.py | 2 +- securitycenter/docs/conf.py | 2 +- spanner/docs/conf.py | 2 +- speech/docs/conf.py | 2 +- storage/docs/conf.py | 2 +- talent/docs/conf.py | 2 +- tasks/docs/conf.py | 2 +- texttospeech/docs/conf.py | 2 +- trace/docs/conf.py | 2 +- translate/docs/conf.py | 2 +- videointelligence/docs/conf.py | 2 +- vision/docs/conf.py | 2 +- webrisk/docs/conf.py | 2 +- websecurityscanner/docs/conf.py | 2 +- 43 files changed, 43 insertions(+), 43 deletions(-) diff --git a/api_core/docs/conf.py b/api_core/docs/conf.py index 798d3d83f834..956b58ea1f50 100644 --- a/api_core/docs/conf.py +++ b/api_core/docs/conf.py @@ -343,7 +343,7 @@ "google-auth": ("https://google-auth.readthedocs.io/en/stable", None), "google-gax": ("https://gax-python.readthedocs.io/en/latest/", None), "google.api_core": ( - "https://googleapis.github.io/google-cloud-python/latest", + "https://googleapis.dev/python/google-api-core/latest", None, ), "grpc": ("https://grpc.io/grpc/python/", None), diff --git a/asset/docs/conf.py b/asset/docs/conf.py index 1967c837c688..242017c25cdf 100644 --- a/asset/docs/conf.py +++ b/asset/docs/conf.py @@ -331,7 +331,7 @@ "google-auth": ("https://google-auth.readthedocs.io/en/stable", None), "google-gax": ("https://gax-python.readthedocs.io/en/latest/", None), "google.api_core": ( - "https://googleapis.github.io/google-cloud-python/latest", + "https://googleapis.dev/python/google-api-core/latest", None, ), "grpc": ("https://grpc.io/grpc/python/", None), diff --git a/automl/docs/conf.py b/automl/docs/conf.py index 60c4d4477998..ad96e21fdca1 100644 --- a/automl/docs/conf.py +++ b/automl/docs/conf.py @@ -343,7 +343,7 @@ "google-auth": ("https://google-auth.readthedocs.io/en/stable", None), "google-gax": ("https://gax-python.readthedocs.io/en/latest/", None), "google.api_core": ( - "https://googleapis.github.io/google-cloud-python/latest", + "https://googleapis.dev/python/google-api-core/latest", None, ), "grpc": ("https://grpc.io/grpc/python/", None), diff --git a/bigquery_datatransfer/docs/conf.py b/bigquery_datatransfer/docs/conf.py index cf931b2b90b5..67f25333cb70 100644 --- a/bigquery_datatransfer/docs/conf.py +++ b/bigquery_datatransfer/docs/conf.py @@ -337,7 +337,7 @@ "google-auth": ("https://google-auth.readthedocs.io/en/stable", None), "google-gax": ("https://gax-python.readthedocs.io/en/latest/", None), "google.api_core": ( - "https://googleapis.github.io/google-cloud-python/latest", + "https://googleapis.dev/python/google-api-core/latest", None, ), "grpc": ("https://grpc.io/grpc/python/", None), diff --git a/bigtable/docs/conf.py b/bigtable/docs/conf.py index 938f270a92df..51b833caeff9 100644 --- a/bigtable/docs/conf.py +++ b/bigtable/docs/conf.py @@ -341,7 +341,7 @@ "python": ("http://python.readthedocs.org/en/latest/", None), "google-auth": ("https://google-auth.readthedocs.io/en/stable", None), "google.api_core": ( - "https://googleapis.github.io/google-cloud-python/latest", + "https://googleapis.dev/python/google-api-core/latest", None, ), "grpc": ("https://grpc.io/grpc/python/", None), diff --git a/container/docs/conf.py b/container/docs/conf.py index 713e289b219f..f4b01c11b4f6 100644 --- a/container/docs/conf.py +++ b/container/docs/conf.py @@ -337,7 +337,7 @@ "google-auth": ("https://google-auth.readthedocs.io/en/stable", None), "google-gax": ("https://gax-python.readthedocs.io/en/latest/", None), "google.api_core": ( - "https://googleapis.github.io/google-cloud-python/latest", + "https://googleapis.dev/python/google-api-core/latest", None, ), "grpc": ("https://grpc.io/grpc/python/", None), diff --git a/containeranalysis/docs/conf.py b/containeranalysis/docs/conf.py index f57e0ebb3c80..64d5e8447f78 100644 --- a/containeranalysis/docs/conf.py +++ b/containeranalysis/docs/conf.py @@ -343,7 +343,7 @@ "google-auth": ("https://google-auth.readthedocs.io/en/stable", None), "google-gax": ("https://gax-python.readthedocs.io/en/latest/", None), "google.api_core": ( - "https://googleapis.github.io/google-cloud-python/latest", + "https://googleapis.dev/python/google-api-core/latest", None, ), "grpc": ("https://grpc.io/grpc/python/", None), diff --git a/core/docs/conf.py b/core/docs/conf.py index da69bb989add..33bd67c69a82 100644 --- a/core/docs/conf.py +++ b/core/docs/conf.py @@ -343,7 +343,7 @@ "google-auth": ("https://google-auth.readthedocs.io/en/stable", None), "google-gax": ("https://gax-python.readthedocs.io/en/latest/", None), "google.api_core": ( - "https://googleapis.github.io/google-cloud-python/latest", + "https://googleapis.dev/python/google-api-core/latest", None, ), "grpc": ("https://grpc.io/grpc/python/", None), diff --git a/datacatalog/docs/conf.py b/datacatalog/docs/conf.py index e96b5d499f1d..e23d3c62e183 100644 --- a/datacatalog/docs/conf.py +++ b/datacatalog/docs/conf.py @@ -337,7 +337,7 @@ "google-auth": ("https://google-auth.readthedocs.io/en/stable", None), "google-gax": ("https://gax-python.readthedocs.io/en/latest/", None), "google.api_core": ( - "https://googleapis.github.io/google-cloud-python/latest", + "https://googleapis.dev/python/google-api-core/latest", None, ), "grpc": ("https://grpc.io/grpc/python/", None), diff --git a/datalabeling/docs/conf.py b/datalabeling/docs/conf.py index 7a46e79ef54b..d85a371945cf 100644 --- a/datalabeling/docs/conf.py +++ b/datalabeling/docs/conf.py @@ -337,7 +337,7 @@ "google-auth": ("https://google-auth.readthedocs.io/en/stable", None), "google-gax": ("https://gax-python.readthedocs.io/en/latest/", None), "google.api_core": ( - "https://googleapis.github.io/google-cloud-python/latest", + "https://googleapis.dev/python/google-api-core/latest", None, ), "grpc": ("https://grpc.io/grpc/python/", None), diff --git a/dataproc/docs/conf.py b/dataproc/docs/conf.py index 6d63ff60d68c..e5a06944ceae 100644 --- a/dataproc/docs/conf.py +++ b/dataproc/docs/conf.py @@ -343,7 +343,7 @@ "google-auth": ("https://google-auth.readthedocs.io/en/stable", None), "google-gax": ("https://gax-python.readthedocs.io/en/latest/", None), "google.api_core": ( - "https://googleapis.github.io/google-cloud-python/latest", + "https://googleapis.dev/python/google-api-core/latest", None, ), "grpc": ("https://grpc.io/grpc/python/", None), diff --git a/datastore/docs/conf.py b/datastore/docs/conf.py index 8f72f48c1be5..80303e21e57d 100644 --- a/datastore/docs/conf.py +++ b/datastore/docs/conf.py @@ -338,7 +338,7 @@ "google-auth": ("https://google-auth.readthedocs.io/en/stable", None), "google-gax": ("https://gax-python.readthedocs.io/en/latest/", None), "google.api_core": ( - "https://googleapis.github.io/google-cloud-python/latest", + "https://googleapis.dev/python/google-api-core/latest", None, ), "grpc": ("https://grpc.io/grpc/python/", None), diff --git a/dlp/docs/conf.py b/dlp/docs/conf.py index b1accd948d90..9a169267d527 100644 --- a/dlp/docs/conf.py +++ b/dlp/docs/conf.py @@ -337,7 +337,7 @@ "google-auth": ("https://google-auth.readthedocs.io/en/stable", None), "google-gax": ("https://gax-python.readthedocs.io/en/latest/", None), "google.api_core": ( - "https://googleapis.github.io/google-cloud-python/latest", + "https://googleapis.dev/python/google-api-core/latest", None, ), "grpc": ("https://grpc.io/grpc/python/", None), diff --git a/dns/docs/conf.py b/dns/docs/conf.py index f3f82b2c783d..fae960f71c98 100644 --- a/dns/docs/conf.py +++ b/dns/docs/conf.py @@ -335,7 +335,7 @@ "python": ("http://python.readthedocs.org/en/latest/", None), "google-auth": ("https://google-auth.readthedocs.io/en/stable", None), "google.api_core": ( - "https://googleapis.github.io/google-cloud-python/latest", + "https://googleapis.dev/python/google-api-core/latest", None, ), "grpc": ("https://grpc.io/grpc/python/", None), diff --git a/error_reporting/docs/conf.py b/error_reporting/docs/conf.py index 71428583d3c7..ac4cc963f3e4 100644 --- a/error_reporting/docs/conf.py +++ b/error_reporting/docs/conf.py @@ -337,7 +337,7 @@ "google-auth": ("https://google-auth.readthedocs.io/en/stable", None), "google-gax": ("https://gax-python.readthedocs.io/en/latest/", None), "google.api_core": ( - "https://googleapis.github.io/google-cloud-python/latest", + "https://googleapis.dev/python/google-api-core/latest", None, ), "grpc": ("https://grpc.io/grpc/python/", None), diff --git a/firestore/docs/conf.py b/firestore/docs/conf.py index ba17378ec05c..227e928c6f8c 100644 --- a/firestore/docs/conf.py +++ b/firestore/docs/conf.py @@ -337,7 +337,7 @@ "google-auth": ("https://google-auth.readthedocs.io/en/stable", None), "google-gax": ("https://gax-python.readthedocs.io/en/latest/", None), "google.api_core": ( - "https://googleapis.github.io/google-cloud-python/latest", + "https://googleapis.dev/python/google-api-core/latest", None, ), "grpc": ("https://grpc.io/grpc/python/", None), diff --git a/grafeas/docs/conf.py b/grafeas/docs/conf.py index 0566f55e83b0..045ce7b47882 100644 --- a/grafeas/docs/conf.py +++ b/grafeas/docs/conf.py @@ -329,7 +329,7 @@ "google-auth": ("https://google-auth.readthedocs.io/en/stable", None), "google-gax": ("https://gax-python.readthedocs.io/en/latest/", None), "google.api_core": ( - "https://googleapis.github.io/google-cloud-python/latest", + "https://googleapis.dev/python/google-api-core/latest", None, ), "grpc": ("https://grpc.io/grpc/python/", None), diff --git a/iam/docs/conf.py b/iam/docs/conf.py index 8de90f4b0e63..af25c550e805 100644 --- a/iam/docs/conf.py +++ b/iam/docs/conf.py @@ -337,7 +337,7 @@ "google-auth": ("https://google-auth.readthedocs.io/en/stable", None), "google-gax": ("https://gax-python.readthedocs.io/en/latest/", None), "google.api_core": ( - "https://googleapis.github.io/google-cloud-python/latest", + "https://googleapis.dev/python/google-api-core/latest", None, ), "grpc": ("https://grpc.io/grpc/python/", None), diff --git a/iot/docs/conf.py b/iot/docs/conf.py index 0176fb61faa2..e289f3956d3e 100644 --- a/iot/docs/conf.py +++ b/iot/docs/conf.py @@ -337,7 +337,7 @@ "google-auth": ("https://google-auth.readthedocs.io/en/stable", None), "google-gax": ("https://gax-python.readthedocs.io/en/latest/", None), "google.api_core": ( - "https://googleapis.github.io/google-cloud-python/latest", + "https://googleapis.dev/python/google-api-core/latest", None, ), "grpc": ("https://grpc.io/grpc/python/", None), diff --git a/irm/docs/conf.py b/irm/docs/conf.py index ee302f8098ce..e55d55494263 100644 --- a/irm/docs/conf.py +++ b/irm/docs/conf.py @@ -337,7 +337,7 @@ "google-auth": ("https://google-auth.readthedocs.io/en/stable", None), "google-gax": ("https://gax-python.readthedocs.io/en/latest/", None), "google.api_core": ( - "https://googleapis.github.io/google-cloud-python/latest", + "https://googleapis.dev/python/google-api-core/latest", None, ), "grpc": ("https://grpc.io/grpc/python/", None), diff --git a/kms/docs/conf.py b/kms/docs/conf.py index 6aae0cf14d30..183250250747 100644 --- a/kms/docs/conf.py +++ b/kms/docs/conf.py @@ -331,7 +331,7 @@ "google-auth": ("https://google-auth.readthedocs.io/en/stable", None), "google-gax": ("https://gax-python.readthedocs.io/en/latest/", None), "google.api_core": ( - "https://googleapis.github.io/google-cloud-python/latest", + "https://googleapis.dev/python/google-api-core/latest", None, ), "grpc": ("https://grpc.io/grpc/python/", None), diff --git a/language/docs/conf.py b/language/docs/conf.py index bafcc58596c5..a137e82dd409 100644 --- a/language/docs/conf.py +++ b/language/docs/conf.py @@ -338,7 +338,7 @@ "google-auth": ("https://google-auth.readthedocs.io/en/stable", None), "google-gax": ("https://gax-python.readthedocs.io/en/latest/", None), "google.api_core": ( - "https://googleapis.github.io/google-cloud-python/latest", + "https://googleapis.dev/python/google-api-core/latest", None, ), "grpc": ("https://grpc.io/grpc/python/", None), diff --git a/logging/docs/conf.py b/logging/docs/conf.py index 7c979b311598..26315140540d 100644 --- a/logging/docs/conf.py +++ b/logging/docs/conf.py @@ -341,7 +341,7 @@ "python": ("http://python.readthedocs.org/en/latest/", None), "google-auth": ("https://google-auth.readthedocs.io/en/stable", None), "google.api_core": ( - "https://googleapis.github.io/google-cloud-python/latest", + "https://googleapis.dev/python/google-api-core/latest", None, ), "grpc": ("https://grpc.io/grpc/python/", None), diff --git a/monitoring/docs/conf.py b/monitoring/docs/conf.py index fc2196ca28e3..45e59527afde 100644 --- a/monitoring/docs/conf.py +++ b/monitoring/docs/conf.py @@ -343,7 +343,7 @@ "google-auth": ("https://google-auth.readthedocs.io/en/stable", None), "google-gax": ("https://gax-python.readthedocs.io/en/latest/", None), "google.api_core": ( - "https://googleapis.github.io/google-cloud-python/latest", + "https://googleapis.dev/python/google-api-core/latest", None, ), "grpc": ("https://grpc.io/grpc/python/", None), diff --git a/oslogin/docs/conf.py b/oslogin/docs/conf.py index a5ece94b3717..e8525d679242 100644 --- a/oslogin/docs/conf.py +++ b/oslogin/docs/conf.py @@ -337,7 +337,7 @@ "google-auth": ("https://google-auth.readthedocs.io/en/stable", None), "google-gax": ("https://gax-python.readthedocs.io/en/latest/", None), "google.api_core": ( - "https://googleapis.github.io/google-cloud-python/latest", + "https://googleapis.dev/python/google-api-core/latest", None, ), "grpc": ("https://grpc.io/grpc/python/", None), diff --git a/phishingprotection/docs/conf.py b/phishingprotection/docs/conf.py index aeda227b6507..2fc07a85db62 100644 --- a/phishingprotection/docs/conf.py +++ b/phishingprotection/docs/conf.py @@ -343,7 +343,7 @@ "google-auth": ("https://google-auth.readthedocs.io/en/stable", None), "google-gax": ("https://gax-python.readthedocs.io/en/latest/", None), "google.api_core": ( - "https://googleapis.github.io/google-cloud-python/latest", + "https://googleapis.dev/python/google-api-core/latest", None, ), "grpc": ("https://grpc.io/grpc/python/", None), diff --git a/pubsub/docs/conf.py b/pubsub/docs/conf.py index af234ffe721b..c8934ee4d603 100644 --- a/pubsub/docs/conf.py +++ b/pubsub/docs/conf.py @@ -337,7 +337,7 @@ "google-auth": ("https://google-auth.readthedocs.io/en/stable", None), "google-gax": ("https://gax-python.readthedocs.io/en/latest/", None), "google.api_core": ( - "https://googleapis.github.io/google-cloud-python/latest", + "https://googleapis.dev/python/google-api-core/latest", None, ), "grpc": ("https://grpc.io/grpc/python/", None), diff --git a/redis/docs/conf.py b/redis/docs/conf.py index 77ec1eebe512..44f952545eb3 100644 --- a/redis/docs/conf.py +++ b/redis/docs/conf.py @@ -340,7 +340,7 @@ "google-auth": ("https://google-auth.readthedocs.io/en/stable", None), "google-gax": ("https://gax-python.readthedocs.io/en/latest/", None), "google.api_core": ( - "https://googleapis.github.io/google-cloud-python/latest", + "https://googleapis.dev/python/google-api-core/latest", None, ), "grpc": ("https://grpc.io/grpc/python/", None), diff --git a/resource_manager/docs/conf.py b/resource_manager/docs/conf.py index 803b594507f4..bdc31587bc2a 100644 --- a/resource_manager/docs/conf.py +++ b/resource_manager/docs/conf.py @@ -341,7 +341,7 @@ "python": ("http://python.readthedocs.org/en/latest/", None), "google-auth": ("https://google-auth.readthedocs.io/en/stable", None), "google.api_core": ( - "https://googleapis.github.io/google-cloud-python/latest", + "https://googleapis.dev/python/google-api-core/latest", None, ), "grpc": ("https://grpc.io/grpc/python/", None), diff --git a/scheduler/docs/conf.py b/scheduler/docs/conf.py index 2784a73c2491..9387e96830a0 100644 --- a/scheduler/docs/conf.py +++ b/scheduler/docs/conf.py @@ -337,7 +337,7 @@ "google-auth": ("https://google-auth.readthedocs.io/en/stable", None), "google-gax": ("https://gax-python.readthedocs.io/en/latest/", None), "google.api_core": ( - "https://googleapis.github.io/google-cloud-python/latest", + "https://googleapis.dev/python/google-api-core/latest", None, ), "grpc": ("https://grpc.io/grpc/python/", None), diff --git a/securitycenter/docs/conf.py b/securitycenter/docs/conf.py index 7a1ffe080144..c0cd1b316ca4 100644 --- a/securitycenter/docs/conf.py +++ b/securitycenter/docs/conf.py @@ -337,7 +337,7 @@ "google-auth": ("https://google-auth.readthedocs.io/en/stable", None), "google-gax": ("https://gax-python.readthedocs.io/en/latest/", None), "google.api_core": ( - "https://googleapis.github.io/google-cloud-python/latest", + "https://googleapis.dev/python/google-api-core/latest", None, ), "grpc": ("https://grpc.io/grpc/python/", None), diff --git a/spanner/docs/conf.py b/spanner/docs/conf.py index 7692d738fad7..931973106638 100644 --- a/spanner/docs/conf.py +++ b/spanner/docs/conf.py @@ -338,7 +338,7 @@ "google-auth": ("https://google-auth.readthedocs.io/en/stable", None), "google-gax": ("https://gax-python.readthedocs.io/en/latest/", None), "google.api_core": ( - "https://googleapis.github.io/google-cloud-python/latest", + "https://googleapis.dev/python/google-api-core/latest", None, ), "grpc": ("https://grpc.io/grpc/python/", None), diff --git a/speech/docs/conf.py b/speech/docs/conf.py index 5bb80f31c29f..c27026552734 100644 --- a/speech/docs/conf.py +++ b/speech/docs/conf.py @@ -337,7 +337,7 @@ "google-auth": ("https://google-auth.readthedocs.io/en/stable", None), "google-gax": ("https://gax-python.readthedocs.io/en/latest/", None), "google.api_core": ( - "https://googleapis.github.io/google-cloud-python/latest", + "https://googleapis.dev/python/google-api-core/latest", None, ), "grpc": ("https://grpc.io/grpc/python/", None), diff --git a/storage/docs/conf.py b/storage/docs/conf.py index 4f71a160d05b..4eac1110713e 100644 --- a/storage/docs/conf.py +++ b/storage/docs/conf.py @@ -341,7 +341,7 @@ "python": ("http://python.readthedocs.org/en/latest/", None), "google-auth": ("https://google-auth.readthedocs.io/en/stable", None), "google.api_core": ( - "https://googleapis.github.io/google-cloud-python/latest", + "https://googleapis.dev/python/google-api-core/latest", None, ), "grpc": ("https://grpc.io/grpc/python/", None), diff --git a/talent/docs/conf.py b/talent/docs/conf.py index 9fe9f83fcfdb..177dc59068b2 100644 --- a/talent/docs/conf.py +++ b/talent/docs/conf.py @@ -337,7 +337,7 @@ "google-auth": ("https://google-auth.readthedocs.io/en/stable", None), "google-gax": ("https://gax-python.readthedocs.io/en/latest/", None), "google.api_core": ( - "https://googleapis.github.io/google-cloud-python/latest", + "https://googleapis.dev/python/google-api-core/latest", None, ), "grpc": ("https://grpc.io/grpc/python/", None), diff --git a/tasks/docs/conf.py b/tasks/docs/conf.py index 8eb00c9be89e..9b4dbe94b8ff 100644 --- a/tasks/docs/conf.py +++ b/tasks/docs/conf.py @@ -337,7 +337,7 @@ "google-auth": ("https://google-auth.readthedocs.io/en/stable", None), "google-gax": ("https://gax-python.readthedocs.io/en/latest/", None), "google.api_core": ( - "https://googleapis.github.io/google-cloud-python/latest", + "https://googleapis.dev/python/google-api-core/latest", None, ), "grpc": ("https://grpc.io/grpc/python/", None), diff --git a/texttospeech/docs/conf.py b/texttospeech/docs/conf.py index 55b84bc89a3a..fc6c11b3f2a0 100644 --- a/texttospeech/docs/conf.py +++ b/texttospeech/docs/conf.py @@ -337,7 +337,7 @@ "google-auth": ("https://google-auth.readthedocs.io/en/stable", None), "google-gax": ("https://gax-python.readthedocs.io/en/latest/", None), "google.api_core": ( - "https://googleapis.github.io/google-cloud-python/latest", + "https://googleapis.dev/python/google-api-core/latest", None, ), "grpc": ("https://grpc.io/grpc/python/", None), diff --git a/trace/docs/conf.py b/trace/docs/conf.py index f687fb9e9316..e618bcfaee2d 100644 --- a/trace/docs/conf.py +++ b/trace/docs/conf.py @@ -337,7 +337,7 @@ "google-auth": ("https://google-auth.readthedocs.io/en/stable", None), "google-gax": ("https://gax-python.readthedocs.io/en/latest/", None), "google.api_core": ( - "https://googleapis.github.io/google-cloud-python/latest", + "https://googleapis.dev/python/google-api-core/latest", None, ), "grpc": ("https://grpc.io/grpc/python/", None), diff --git a/translate/docs/conf.py b/translate/docs/conf.py index 81c390d5265c..f1d5d917514b 100644 --- a/translate/docs/conf.py +++ b/translate/docs/conf.py @@ -338,7 +338,7 @@ "google-auth": ("https://google-auth.readthedocs.io/en/stable", None), "google-gax": ("https://gax-python.readthedocs.io/en/latest/", None), "google.api_core": ( - "https://googleapis.github.io/google-cloud-python/latest", + "https://googleapis.dev/python/google-api-core/latest", None, ), "grpc": ("https://grpc.io/grpc/python/", None), diff --git a/videointelligence/docs/conf.py b/videointelligence/docs/conf.py index 0ffefa7193d5..6b2c6ba12426 100644 --- a/videointelligence/docs/conf.py +++ b/videointelligence/docs/conf.py @@ -343,7 +343,7 @@ "google-auth": ("https://google-auth.readthedocs.io/en/stable", None), "google-gax": ("https://gax-python.readthedocs.io/en/latest/", None), "google.api_core": ( - "https://googleapis.github.io/google-cloud-python/latest", + "https://googleapis.dev/python/google-api-core/latest", None, ), "grpc": ("https://grpc.io/grpc/python/", None), diff --git a/vision/docs/conf.py b/vision/docs/conf.py index 4f0edc0e5104..98e9bcd677f1 100644 --- a/vision/docs/conf.py +++ b/vision/docs/conf.py @@ -343,7 +343,7 @@ "google-auth": ("https://google-auth.readthedocs.io/en/stable", None), "google-gax": ("https://gax-python.readthedocs.io/en/latest/", None), "google.api_core": ( - "https://googleapis.github.io/google-cloud-python/latest", + "https://googleapis.dev/python/google-api-core/latest", None, ), "grpc": ("https://grpc.io/grpc/python/", None), diff --git a/webrisk/docs/conf.py b/webrisk/docs/conf.py index 9321ae20a699..8c7f9c6ccec9 100644 --- a/webrisk/docs/conf.py +++ b/webrisk/docs/conf.py @@ -343,7 +343,7 @@ "google-auth": ("https://google-auth.readthedocs.io/en/stable", None), "google-gax": ("https://gax-python.readthedocs.io/en/latest/", None), "google.api_core": ( - "https://googleapis.github.io/google-cloud-python/latest", + "https://googleapis.dev/python/google-api-core/latest", None, ), "grpc": ("https://grpc.io/grpc/python/", None), diff --git a/websecurityscanner/docs/conf.py b/websecurityscanner/docs/conf.py index cddf3d873f71..1bef9eb1b44d 100644 --- a/websecurityscanner/docs/conf.py +++ b/websecurityscanner/docs/conf.py @@ -337,7 +337,7 @@ "google-auth": ("https://google-auth.readthedocs.io/en/stable", None), "google-gax": ("https://gax-python.readthedocs.io/en/latest/", None), "google.api_core": ( - "https://googleapis.github.io/google-cloud-python/latest", + "https://googleapis.dev/python/google-api-core/latest", None, ), "grpc": ("https://grpc.io/grpc/python/", None), From ef5d6339c551ac9bb4476d56d9dbfb242a65acc2 Mon Sep 17 00:00:00 2001 From: Bu Sun Kim Date: Fri, 23 Aug 2019 10:25:41 -0700 Subject: [PATCH 3/3] Blacken docs/conf.py files. --- api_core/docs/conf.py | 13 ++----------- asset/docs/conf.py | 5 +---- automl/docs/conf.py | 5 +---- bigquery_datatransfer/docs/conf.py | 5 +---- bigtable/docs/conf.py | 5 +---- container/docs/conf.py | 5 +---- containeranalysis/docs/conf.py | 5 +---- core/docs/conf.py | 13 ++----------- datacatalog/docs/conf.py | 5 +---- datalabeling/docs/conf.py | 5 +---- dataproc/docs/conf.py | 5 +---- datastore/docs/conf.py | 5 +---- dlp/docs/conf.py | 5 +---- dns/docs/conf.py | 5 +---- error_reporting/docs/conf.py | 5 +---- firestore/docs/conf.py | 5 +---- grafeas/docs/conf.py | 5 +---- iam/docs/conf.py | 5 +---- iot/docs/conf.py | 5 +---- irm/docs/conf.py | 5 +---- kms/docs/conf.py | 5 +---- language/docs/conf.py | 5 +---- logging/docs/conf.py | 5 +---- monitoring/docs/conf.py | 5 +---- oslogin/docs/conf.py | 5 +---- phishingprotection/docs/conf.py | 5 +---- pubsub/docs/conf.py | 5 +---- redis/docs/conf.py | 5 +---- resource_manager/docs/conf.py | 5 +---- scheduler/docs/conf.py | 5 +---- securitycenter/docs/conf.py | 5 +---- spanner/docs/conf.py | 5 +---- speech/docs/conf.py | 5 +---- storage/docs/conf.py | 5 +---- talent/docs/conf.py | 5 +---- tasks/docs/conf.py | 5 +---- texttospeech/docs/conf.py | 5 +---- trace/docs/conf.py | 5 +---- translate/docs/conf.py | 5 +---- videointelligence/docs/conf.py | 5 +---- vision/docs/conf.py | 5 +---- webrisk/docs/conf.py | 5 +---- websecurityscanner/docs/conf.py | 5 +---- 43 files changed, 45 insertions(+), 186 deletions(-) diff --git a/api_core/docs/conf.py b/api_core/docs/conf.py index 956b58ea1f50..60b1f7a3f0b9 100644 --- a/api_core/docs/conf.py +++ b/api_core/docs/conf.py @@ -293,13 +293,7 @@ # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). man_pages = [ - ( - master_doc, - "google-api-core", - u"google-api-core Documentation", - [author], - 1, - ) + (master_doc, "google-api-core", u"google-api-core Documentation", [author], 1) ] # If true, show URL addresses after external links. @@ -342,10 +336,7 @@ "gax": ("https://gax-python.readthedocs.org/en/latest/", None), "google-auth": ("https://google-auth.readthedocs.io/en/stable", None), "google-gax": ("https://gax-python.readthedocs.io/en/latest/", None), - "google.api_core": ( - "https://googleapis.dev/python/google-api-core/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), "fastavro": ("https://fastavro.readthedocs.io/en/stable/", None), diff --git a/asset/docs/conf.py b/asset/docs/conf.py index 242017c25cdf..cb7ef3bdb856 100644 --- a/asset/docs/conf.py +++ b/asset/docs/conf.py @@ -330,10 +330,7 @@ "gax": ("https://gax-python.readthedocs.org/en/latest/", None), "google-auth": ("https://google-auth.readthedocs.io/en/stable", None), "google-gax": ("https://gax-python.readthedocs.io/en/latest/", None), - "google.api_core": ( - "https://googleapis.dev/python/google-api-core/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), "fastavro": ("https://fastavro.readthedocs.io/en/stable/", None), diff --git a/automl/docs/conf.py b/automl/docs/conf.py index ad96e21fdca1..4eb565b9bf75 100644 --- a/automl/docs/conf.py +++ b/automl/docs/conf.py @@ -342,10 +342,7 @@ "gax": ("https://gax-python.readthedocs.org/en/latest/", None), "google-auth": ("https://google-auth.readthedocs.io/en/stable", None), "google-gax": ("https://gax-python.readthedocs.io/en/latest/", None), - "google.api_core": ( - "https://googleapis.dev/python/google-api-core/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), "fastavro": ("https://fastavro.readthedocs.io/en/stable/", None), diff --git a/bigquery_datatransfer/docs/conf.py b/bigquery_datatransfer/docs/conf.py index 67f25333cb70..ef6f120fefa6 100644 --- a/bigquery_datatransfer/docs/conf.py +++ b/bigquery_datatransfer/docs/conf.py @@ -336,10 +336,7 @@ "gax": ("https://gax-python.readthedocs.org/en/latest/", None), "google-auth": ("https://google-auth.readthedocs.io/en/stable", None), "google-gax": ("https://gax-python.readthedocs.io/en/latest/", None), - "google.api_core": ( - "https://googleapis.dev/python/google-api-core/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), "fastavro": ("https://fastavro.readthedocs.io/en/stable/", None), diff --git a/bigtable/docs/conf.py b/bigtable/docs/conf.py index 51b833caeff9..ebf93a3dbe5c 100644 --- a/bigtable/docs/conf.py +++ b/bigtable/docs/conf.py @@ -340,10 +340,7 @@ intersphinx_mapping = { "python": ("http://python.readthedocs.org/en/latest/", None), "google-auth": ("https://google-auth.readthedocs.io/en/stable", None), - "google.api_core": ( - "https://googleapis.dev/python/google-api-core/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), } diff --git a/container/docs/conf.py b/container/docs/conf.py index f4b01c11b4f6..b303b529e88a 100644 --- a/container/docs/conf.py +++ b/container/docs/conf.py @@ -336,10 +336,7 @@ "gax": ("https://gax-python.readthedocs.org/en/latest/", None), "google-auth": ("https://google-auth.readthedocs.io/en/stable", None), "google-gax": ("https://gax-python.readthedocs.io/en/latest/", None), - "google.api_core": ( - "https://googleapis.dev/python/google-api-core/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), "fastavro": ("https://fastavro.readthedocs.io/en/stable/", None), diff --git a/containeranalysis/docs/conf.py b/containeranalysis/docs/conf.py index 64d5e8447f78..4e3dd1dac2f6 100644 --- a/containeranalysis/docs/conf.py +++ b/containeranalysis/docs/conf.py @@ -342,10 +342,7 @@ "gax": ("https://gax-python.readthedocs.org/en/latest/", None), "google-auth": ("https://google-auth.readthedocs.io/en/stable", None), "google-gax": ("https://gax-python.readthedocs.io/en/latest/", None), - "google.api_core": ( - "https://googleapis.dev/python/google-api-core/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), "fastavro": ("https://fastavro.readthedocs.io/en/stable/", None), diff --git a/core/docs/conf.py b/core/docs/conf.py index 33bd67c69a82..893752870198 100644 --- a/core/docs/conf.py +++ b/core/docs/conf.py @@ -293,13 +293,7 @@ # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). man_pages = [ - ( - master_doc, - "google-cloud-core", - u"google-cloud-core Documentation", - [author], - 1, - ) + (master_doc, "google-cloud-core", u"google-cloud-core Documentation", [author], 1) ] # If true, show URL addresses after external links. @@ -342,10 +336,7 @@ "gax": ("https://gax-python.readthedocs.org/en/latest/", None), "google-auth": ("https://google-auth.readthedocs.io/en/stable", None), "google-gax": ("https://gax-python.readthedocs.io/en/latest/", None), - "google.api_core": ( - "https://googleapis.dev/python/google-api-core/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), "fastavro": ("https://fastavro.readthedocs.io/en/stable/", None), diff --git a/datacatalog/docs/conf.py b/datacatalog/docs/conf.py index e23d3c62e183..194ca0394eeb 100644 --- a/datacatalog/docs/conf.py +++ b/datacatalog/docs/conf.py @@ -336,10 +336,7 @@ "gax": ("https://gax-python.readthedocs.org/en/latest/", None), "google-auth": ("https://google-auth.readthedocs.io/en/stable", None), "google-gax": ("https://gax-python.readthedocs.io/en/latest/", None), - "google.api_core": ( - "https://googleapis.dev/python/google-api-core/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), "fastavro": ("https://fastavro.readthedocs.io/en/stable/", None), diff --git a/datalabeling/docs/conf.py b/datalabeling/docs/conf.py index d85a371945cf..f4fc20a29491 100644 --- a/datalabeling/docs/conf.py +++ b/datalabeling/docs/conf.py @@ -336,10 +336,7 @@ "gax": ("https://gax-python.readthedocs.org/en/latest/", None), "google-auth": ("https://google-auth.readthedocs.io/en/stable", None), "google-gax": ("https://gax-python.readthedocs.io/en/latest/", None), - "google.api_core": ( - "https://googleapis.dev/python/google-api-core/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), "fastavro": ("https://fastavro.readthedocs.io/en/stable/", None), diff --git a/dataproc/docs/conf.py b/dataproc/docs/conf.py index e5a06944ceae..d51adac42167 100644 --- a/dataproc/docs/conf.py +++ b/dataproc/docs/conf.py @@ -342,10 +342,7 @@ "gax": ("https://gax-python.readthedocs.org/en/latest/", None), "google-auth": ("https://google-auth.readthedocs.io/en/stable", None), "google-gax": ("https://gax-python.readthedocs.io/en/latest/", None), - "google.api_core": ( - "https://googleapis.dev/python/google-api-core/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), "fastavro": ("https://fastavro.readthedocs.io/en/stable/", None), diff --git a/datastore/docs/conf.py b/datastore/docs/conf.py index 80303e21e57d..a4c30084718e 100644 --- a/datastore/docs/conf.py +++ b/datastore/docs/conf.py @@ -337,10 +337,7 @@ "gax": ("https://gax-python.readthedocs.org/en/latest/", None), "google-auth": ("https://google-auth.readthedocs.io/en/stable", None), "google-gax": ("https://gax-python.readthedocs.io/en/latest/", None), - "google.api_core": ( - "https://googleapis.dev/python/google-api-core/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), "fastavro": ("https://fastavro.readthedocs.io/en/stable/", None), diff --git a/dlp/docs/conf.py b/dlp/docs/conf.py index 9a169267d527..1385e6dd16f7 100644 --- a/dlp/docs/conf.py +++ b/dlp/docs/conf.py @@ -336,10 +336,7 @@ "gax": ("https://gax-python.readthedocs.org/en/latest/", None), "google-auth": ("https://google-auth.readthedocs.io/en/stable", None), "google-gax": ("https://gax-python.readthedocs.io/en/latest/", None), - "google.api_core": ( - "https://googleapis.dev/python/google-api-core/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), "fastavro": ("https://fastavro.readthedocs.io/en/stable/", None), diff --git a/dns/docs/conf.py b/dns/docs/conf.py index fae960f71c98..00a467bd4ccf 100644 --- a/dns/docs/conf.py +++ b/dns/docs/conf.py @@ -334,10 +334,7 @@ intersphinx_mapping = { "python": ("http://python.readthedocs.org/en/latest/", None), "google-auth": ("https://google-auth.readthedocs.io/en/stable", None), - "google.api_core": ( - "https://googleapis.dev/python/google-api-core/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), } diff --git a/error_reporting/docs/conf.py b/error_reporting/docs/conf.py index ac4cc963f3e4..97c5250b84c8 100644 --- a/error_reporting/docs/conf.py +++ b/error_reporting/docs/conf.py @@ -336,10 +336,7 @@ "gax": ("https://gax-python.readthedocs.org/en/latest/", None), "google-auth": ("https://google-auth.readthedocs.io/en/stable", None), "google-gax": ("https://gax-python.readthedocs.io/en/latest/", None), - "google.api_core": ( - "https://googleapis.dev/python/google-api-core/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), "fastavro": ("https://fastavro.readthedocs.io/en/stable/", None), diff --git a/firestore/docs/conf.py b/firestore/docs/conf.py index 227e928c6f8c..15df1fa1182f 100644 --- a/firestore/docs/conf.py +++ b/firestore/docs/conf.py @@ -336,10 +336,7 @@ "gax": ("https://gax-python.readthedocs.org/en/latest/", None), "google-auth": ("https://google-auth.readthedocs.io/en/stable", None), "google-gax": ("https://gax-python.readthedocs.io/en/latest/", None), - "google.api_core": ( - "https://googleapis.dev/python/google-api-core/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), "fastavro": ("https://fastavro.readthedocs.io/en/stable/", None), diff --git a/grafeas/docs/conf.py b/grafeas/docs/conf.py index 045ce7b47882..463061ed3e4a 100644 --- a/grafeas/docs/conf.py +++ b/grafeas/docs/conf.py @@ -328,10 +328,7 @@ "gax": ("https://gax-python.readthedocs.org/en/latest/", None), "google-auth": ("https://google-auth.readthedocs.io/en/stable", None), "google-gax": ("https://gax-python.readthedocs.io/en/latest/", None), - "google.api_core": ( - "https://googleapis.dev/python/google-api-core/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), "fastavro": ("https://fastavro.readthedocs.io/en/stable/", None), diff --git a/iam/docs/conf.py b/iam/docs/conf.py index af25c550e805..475dc68424c1 100644 --- a/iam/docs/conf.py +++ b/iam/docs/conf.py @@ -336,10 +336,7 @@ "gax": ("https://gax-python.readthedocs.org/en/latest/", None), "google-auth": ("https://google-auth.readthedocs.io/en/stable", None), "google-gax": ("https://gax-python.readthedocs.io/en/latest/", None), - "google.api_core": ( - "https://googleapis.dev/python/google-api-core/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), "fastavro": ("https://fastavro.readthedocs.io/en/stable/", None), diff --git a/iot/docs/conf.py b/iot/docs/conf.py index e289f3956d3e..547154d69306 100644 --- a/iot/docs/conf.py +++ b/iot/docs/conf.py @@ -336,10 +336,7 @@ "gax": ("https://gax-python.readthedocs.org/en/latest/", None), "google-auth": ("https://google-auth.readthedocs.io/en/stable", None), "google-gax": ("https://gax-python.readthedocs.io/en/latest/", None), - "google.api_core": ( - "https://googleapis.dev/python/google-api-core/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), "fastavro": ("https://fastavro.readthedocs.io/en/stable/", None), diff --git a/irm/docs/conf.py b/irm/docs/conf.py index e55d55494263..9c014936073a 100644 --- a/irm/docs/conf.py +++ b/irm/docs/conf.py @@ -336,10 +336,7 @@ "gax": ("https://gax-python.readthedocs.org/en/latest/", None), "google-auth": ("https://google-auth.readthedocs.io/en/stable", None), "google-gax": ("https://gax-python.readthedocs.io/en/latest/", None), - "google.api_core": ( - "https://googleapis.dev/python/google-api-core/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), "fastavro": ("https://fastavro.readthedocs.io/en/stable/", None), diff --git a/kms/docs/conf.py b/kms/docs/conf.py index 183250250747..934d87ed45a3 100644 --- a/kms/docs/conf.py +++ b/kms/docs/conf.py @@ -330,10 +330,7 @@ "gax": ("https://gax-python.readthedocs.org/en/latest/", None), "google-auth": ("https://google-auth.readthedocs.io/en/stable", None), "google-gax": ("https://gax-python.readthedocs.io/en/latest/", None), - "google.api_core": ( - "https://googleapis.dev/python/google-api-core/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), "fastavro": ("https://fastavro.readthedocs.io/en/stable/", None), diff --git a/language/docs/conf.py b/language/docs/conf.py index a137e82dd409..198fdcc57c37 100644 --- a/language/docs/conf.py +++ b/language/docs/conf.py @@ -337,10 +337,7 @@ "gax": ("https://gax-python.readthedocs.org/en/latest/", None), "google-auth": ("https://google-auth.readthedocs.io/en/stable", None), "google-gax": ("https://gax-python.readthedocs.io/en/latest/", None), - "google.api_core": ( - "https://googleapis.dev/python/google-api-core/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), "fastavro": ("https://fastavro.readthedocs.io/en/stable/", None), diff --git a/logging/docs/conf.py b/logging/docs/conf.py index 26315140540d..da2faa63ec4f 100644 --- a/logging/docs/conf.py +++ b/logging/docs/conf.py @@ -340,10 +340,7 @@ intersphinx_mapping = { "python": ("http://python.readthedocs.org/en/latest/", None), "google-auth": ("https://google-auth.readthedocs.io/en/stable", None), - "google.api_core": ( - "https://googleapis.dev/python/google-api-core/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), } diff --git a/monitoring/docs/conf.py b/monitoring/docs/conf.py index 45e59527afde..1827382440ff 100644 --- a/monitoring/docs/conf.py +++ b/monitoring/docs/conf.py @@ -342,10 +342,7 @@ "gax": ("https://gax-python.readthedocs.org/en/latest/", None), "google-auth": ("https://google-auth.readthedocs.io/en/stable", None), "google-gax": ("https://gax-python.readthedocs.io/en/latest/", None), - "google.api_core": ( - "https://googleapis.dev/python/google-api-core/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), "fastavro": ("https://fastavro.readthedocs.io/en/stable/", None), diff --git a/oslogin/docs/conf.py b/oslogin/docs/conf.py index e8525d679242..e12461cf03fb 100644 --- a/oslogin/docs/conf.py +++ b/oslogin/docs/conf.py @@ -336,10 +336,7 @@ "gax": ("https://gax-python.readthedocs.org/en/latest/", None), "google-auth": ("https://google-auth.readthedocs.io/en/stable", None), "google-gax": ("https://gax-python.readthedocs.io/en/latest/", None), - "google.api_core": ( - "https://googleapis.dev/python/google-api-core/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), "fastavro": ("https://fastavro.readthedocs.io/en/stable/", None), diff --git a/phishingprotection/docs/conf.py b/phishingprotection/docs/conf.py index 2fc07a85db62..3ae6ea620720 100644 --- a/phishingprotection/docs/conf.py +++ b/phishingprotection/docs/conf.py @@ -342,10 +342,7 @@ "gax": ("https://gax-python.readthedocs.org/en/latest/", None), "google-auth": ("https://google-auth.readthedocs.io/en/stable", None), "google-gax": ("https://gax-python.readthedocs.io/en/latest/", None), - "google.api_core": ( - "https://googleapis.dev/python/google-api-core/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), "fastavro": ("https://fastavro.readthedocs.io/en/stable/", None), diff --git a/pubsub/docs/conf.py b/pubsub/docs/conf.py index c8934ee4d603..cc9198fc4b3b 100644 --- a/pubsub/docs/conf.py +++ b/pubsub/docs/conf.py @@ -336,10 +336,7 @@ "gax": ("https://gax-python.readthedocs.org/en/latest/", None), "google-auth": ("https://google-auth.readthedocs.io/en/stable", None), "google-gax": ("https://gax-python.readthedocs.io/en/latest/", None), - "google.api_core": ( - "https://googleapis.dev/python/google-api-core/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), "fastavro": ("https://fastavro.readthedocs.io/en/stable/", None), diff --git a/redis/docs/conf.py b/redis/docs/conf.py index 44f952545eb3..55f004284af5 100644 --- a/redis/docs/conf.py +++ b/redis/docs/conf.py @@ -339,10 +339,7 @@ "gax": ("https://gax-python.readthedocs.org/en/latest/", None), "google-auth": ("https://google-auth.readthedocs.io/en/stable", None), "google-gax": ("https://gax-python.readthedocs.io/en/latest/", None), - "google.api_core": ( - "https://googleapis.dev/python/google-api-core/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), "fastavro": ("https://fastavro.readthedocs.io/en/stable/", None), diff --git a/resource_manager/docs/conf.py b/resource_manager/docs/conf.py index bdc31587bc2a..7a7904ebe73a 100644 --- a/resource_manager/docs/conf.py +++ b/resource_manager/docs/conf.py @@ -340,10 +340,7 @@ intersphinx_mapping = { "python": ("http://python.readthedocs.org/en/latest/", None), "google-auth": ("https://google-auth.readthedocs.io/en/stable", None), - "google.api_core": ( - "https://googleapis.dev/python/google-api-core/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), } diff --git a/scheduler/docs/conf.py b/scheduler/docs/conf.py index 9387e96830a0..eb6601eacaeb 100644 --- a/scheduler/docs/conf.py +++ b/scheduler/docs/conf.py @@ -336,10 +336,7 @@ "gax": ("https://gax-python.readthedocs.org/en/latest/", None), "google-auth": ("https://google-auth.readthedocs.io/en/stable", None), "google-gax": ("https://gax-python.readthedocs.io/en/latest/", None), - "google.api_core": ( - "https://googleapis.dev/python/google-api-core/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), "fastavro": ("https://fastavro.readthedocs.io/en/stable/", None), diff --git a/securitycenter/docs/conf.py b/securitycenter/docs/conf.py index c0cd1b316ca4..ebb74d010e89 100644 --- a/securitycenter/docs/conf.py +++ b/securitycenter/docs/conf.py @@ -336,10 +336,7 @@ "gax": ("https://gax-python.readthedocs.org/en/latest/", None), "google-auth": ("https://google-auth.readthedocs.io/en/stable", None), "google-gax": ("https://gax-python.readthedocs.io/en/latest/", None), - "google.api_core": ( - "https://googleapis.dev/python/google-api-core/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), "fastavro": ("https://fastavro.readthedocs.io/en/stable/", None), diff --git a/spanner/docs/conf.py b/spanner/docs/conf.py index 931973106638..320b3c2fc87f 100644 --- a/spanner/docs/conf.py +++ b/spanner/docs/conf.py @@ -337,10 +337,7 @@ "gax": ("https://gax-python.readthedocs.org/en/latest/", None), "google-auth": ("https://google-auth.readthedocs.io/en/stable", None), "google-gax": ("https://gax-python.readthedocs.io/en/latest/", None), - "google.api_core": ( - "https://googleapis.dev/python/google-api-core/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), "fastavro": ("https://fastavro.readthedocs.io/en/stable/", None), diff --git a/speech/docs/conf.py b/speech/docs/conf.py index c27026552734..c5561bbeb3d1 100644 --- a/speech/docs/conf.py +++ b/speech/docs/conf.py @@ -336,10 +336,7 @@ "gax": ("https://gax-python.readthedocs.org/en/latest/", None), "google-auth": ("https://google-auth.readthedocs.io/en/stable", None), "google-gax": ("https://gax-python.readthedocs.io/en/latest/", None), - "google.api_core": ( - "https://googleapis.dev/python/google-api-core/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), "fastavro": ("https://fastavro.readthedocs.io/en/stable/", None), diff --git a/storage/docs/conf.py b/storage/docs/conf.py index 4eac1110713e..7f5c6b412f36 100644 --- a/storage/docs/conf.py +++ b/storage/docs/conf.py @@ -340,10 +340,7 @@ intersphinx_mapping = { "python": ("http://python.readthedocs.org/en/latest/", None), "google-auth": ("https://google-auth.readthedocs.io/en/stable", None), - "google.api_core": ( - "https://googleapis.dev/python/google-api-core/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), } diff --git a/talent/docs/conf.py b/talent/docs/conf.py index 177dc59068b2..9b26b1fe0f7f 100644 --- a/talent/docs/conf.py +++ b/talent/docs/conf.py @@ -336,10 +336,7 @@ "gax": ("https://gax-python.readthedocs.org/en/latest/", None), "google-auth": ("https://google-auth.readthedocs.io/en/stable", None), "google-gax": ("https://gax-python.readthedocs.io/en/latest/", None), - "google.api_core": ( - "https://googleapis.dev/python/google-api-core/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), "fastavro": ("https://fastavro.readthedocs.io/en/stable/", None), diff --git a/tasks/docs/conf.py b/tasks/docs/conf.py index 9b4dbe94b8ff..bac6547e691c 100644 --- a/tasks/docs/conf.py +++ b/tasks/docs/conf.py @@ -336,10 +336,7 @@ "gax": ("https://gax-python.readthedocs.org/en/latest/", None), "google-auth": ("https://google-auth.readthedocs.io/en/stable", None), "google-gax": ("https://gax-python.readthedocs.io/en/latest/", None), - "google.api_core": ( - "https://googleapis.dev/python/google-api-core/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), "fastavro": ("https://fastavro.readthedocs.io/en/stable/", None), diff --git a/texttospeech/docs/conf.py b/texttospeech/docs/conf.py index fc6c11b3f2a0..337c7da9b6fd 100644 --- a/texttospeech/docs/conf.py +++ b/texttospeech/docs/conf.py @@ -336,10 +336,7 @@ "gax": ("https://gax-python.readthedocs.org/en/latest/", None), "google-auth": ("https://google-auth.readthedocs.io/en/stable", None), "google-gax": ("https://gax-python.readthedocs.io/en/latest/", None), - "google.api_core": ( - "https://googleapis.dev/python/google-api-core/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), "fastavro": ("https://fastavro.readthedocs.io/en/stable/", None), diff --git a/trace/docs/conf.py b/trace/docs/conf.py index e618bcfaee2d..8c915280dd6c 100644 --- a/trace/docs/conf.py +++ b/trace/docs/conf.py @@ -336,10 +336,7 @@ "gax": ("https://gax-python.readthedocs.org/en/latest/", None), "google-auth": ("https://google-auth.readthedocs.io/en/stable", None), "google-gax": ("https://gax-python.readthedocs.io/en/latest/", None), - "google.api_core": ( - "https://googleapis.dev/python/google-api-core/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), "fastavro": ("https://fastavro.readthedocs.io/en/stable/", None), diff --git a/translate/docs/conf.py b/translate/docs/conf.py index f1d5d917514b..1e8b3b27ad70 100644 --- a/translate/docs/conf.py +++ b/translate/docs/conf.py @@ -337,10 +337,7 @@ "gax": ("https://gax-python.readthedocs.org/en/latest/", None), "google-auth": ("https://google-auth.readthedocs.io/en/stable", None), "google-gax": ("https://gax-python.readthedocs.io/en/latest/", None), - "google.api_core": ( - "https://googleapis.dev/python/google-api-core/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), "fastavro": ("https://fastavro.readthedocs.io/en/stable/", None), diff --git a/videointelligence/docs/conf.py b/videointelligence/docs/conf.py index 6b2c6ba12426..c9ea80a329f8 100644 --- a/videointelligence/docs/conf.py +++ b/videointelligence/docs/conf.py @@ -342,10 +342,7 @@ "gax": ("https://gax-python.readthedocs.org/en/latest/", None), "google-auth": ("https://google-auth.readthedocs.io/en/stable", None), "google-gax": ("https://gax-python.readthedocs.io/en/latest/", None), - "google.api_core": ( - "https://googleapis.dev/python/google-api-core/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), "fastavro": ("https://fastavro.readthedocs.io/en/stable/", None), diff --git a/vision/docs/conf.py b/vision/docs/conf.py index 98e9bcd677f1..d175e41d7fc9 100644 --- a/vision/docs/conf.py +++ b/vision/docs/conf.py @@ -342,10 +342,7 @@ "gax": ("https://gax-python.readthedocs.org/en/latest/", None), "google-auth": ("https://google-auth.readthedocs.io/en/stable", None), "google-gax": ("https://gax-python.readthedocs.io/en/latest/", None), - "google.api_core": ( - "https://googleapis.dev/python/google-api-core/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), "fastavro": ("https://fastavro.readthedocs.io/en/stable/", None), diff --git a/webrisk/docs/conf.py b/webrisk/docs/conf.py index 8c7f9c6ccec9..928f5b98c6bf 100644 --- a/webrisk/docs/conf.py +++ b/webrisk/docs/conf.py @@ -342,10 +342,7 @@ "gax": ("https://gax-python.readthedocs.org/en/latest/", None), "google-auth": ("https://google-auth.readthedocs.io/en/stable", None), "google-gax": ("https://gax-python.readthedocs.io/en/latest/", None), - "google.api_core": ( - "https://googleapis.dev/python/google-api-core/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), "fastavro": ("https://fastavro.readthedocs.io/en/stable/", None), diff --git a/websecurityscanner/docs/conf.py b/websecurityscanner/docs/conf.py index 1bef9eb1b44d..17adef53a653 100644 --- a/websecurityscanner/docs/conf.py +++ b/websecurityscanner/docs/conf.py @@ -336,10 +336,7 @@ "gax": ("https://gax-python.readthedocs.org/en/latest/", None), "google-auth": ("https://google-auth.readthedocs.io/en/stable", None), "google-gax": ("https://gax-python.readthedocs.io/en/latest/", None), - "google.api_core": ( - "https://googleapis.dev/python/google-api-core/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), "fastavro": ("https://fastavro.readthedocs.io/en/stable/", None),