Skip to content

Commit 44d93be

Browse files
authored
Google have re-worked their docs site ane appear not publish objects.inv (apache#28834)
1 parent 12adb5e commit 44d93be

File tree

3 files changed

+7
-59
lines changed

3 files changed

+7
-59
lines changed

docs/conf.py

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -633,41 +633,6 @@ def _get_params(root_schema: dict, prefix: str = "", default_section: str = "")
633633
"sqlalchemy",
634634
]
635635
}
636-
if PACKAGE_NAME in ("apache-airflow-providers-google", "apache-airflow"):
637-
intersphinx_mapping.update(
638-
{
639-
pkg_name: (
640-
f"{THIRD_PARTY_INDEXES[pkg_name]}/",
641-
(f"{INVENTORY_CACHE_DIR}/{pkg_name}/objects.inv",),
642-
)
643-
for pkg_name in [
644-
"google-api-core",
645-
"google-cloud-automl",
646-
"google-cloud-bigquery",
647-
"google-cloud-bigquery-datatransfer",
648-
"google-cloud-bigquery-storage",
649-
"google-cloud-bigtable",
650-
"google-cloud-container",
651-
"google-cloud-core",
652-
"google-cloud-datacatalog",
653-
"google-cloud-datastore",
654-
"google-cloud-dlp",
655-
"google-cloud-kms",
656-
"google-cloud-language",
657-
"google-cloud-monitoring",
658-
"google-cloud-pubsub",
659-
"google-cloud-redis",
660-
"google-cloud-spanner",
661-
"google-cloud-speech",
662-
"google-cloud-storage",
663-
"google-cloud-tasks",
664-
"google-cloud-texttospeech",
665-
"google-cloud-translate",
666-
"google-cloud-videointelligence",
667-
"google-cloud-vision",
668-
]
669-
}
670-
)
671636

672637
# -- Options for sphinx.ext.viewcode -------------------------------------------
673638
# See: https://www.sphinx-doc.org/es/master/usage/extensions/viewcode.html

docs/exts/docs_build/third_party_inventories.py

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -27,28 +27,4 @@
2727
"python": "https://docs.python.org/3",
2828
"requests": "https://requests.readthedocs.io/en/stable",
2929
"sqlalchemy": "https://docs.sqlalchemy.org/en/latest",
30-
"google-api-core": "https://googleapis.dev/python/google-api-core/latest",
31-
"google-cloud-automl": "https://googleapis.dev/python/automl/latest",
32-
"google-cloud-bigquery": "https://googleapis.dev/python/bigquery/latest",
33-
"google-cloud-bigquery-datatransfer": "https://googleapis.dev/python/bigquerydatatransfer/latest",
34-
"google-cloud-bigquery-storage": "https://googleapis.dev/python/bigquerystorage/latest",
35-
"google-cloud-bigtable": "https://googleapis.dev/python/bigtable/latest",
36-
"google-cloud-container": "https://googleapis.dev/python/container/latest",
37-
"google-cloud-core": "https://googleapis.dev/python/google-cloud-core/latest",
38-
"google-cloud-datacatalog": "https://googleapis.dev/python/datacatalog/latest",
39-
"google-cloud-datastore": "https://googleapis.dev/python/datastore/latest",
40-
"google-cloud-dlp": "https://googleapis.dev/python/dlp/latest",
41-
"google-cloud-kms": "https://googleapis.dev/python/cloudkms/latest",
42-
"google-cloud-language": "https://googleapis.dev/python/language/latest",
43-
"google-cloud-monitoring": "https://googleapis.dev/python/monitoring/latest",
44-
"google-cloud-pubsub": "https://googleapis.dev/python/pubsub/latest",
45-
"google-cloud-redis": "https://googleapis.dev/python/redis/latest",
46-
"google-cloud-spanner": "https://googleapis.dev/python/spanner/latest",
47-
"google-cloud-speech": "https://googleapis.dev/python/speech/latest",
48-
"google-cloud-storage": "https://googleapis.dev/python/storage/latest",
49-
"google-cloud-tasks": "https://googleapis.dev/python/cloudtasks/latest",
50-
"google-cloud-texttospeech": "https://googleapis.dev/python/texttospeech/latest",
51-
"google-cloud-translate": "https://googleapis.dev/python/translation/latest",
52-
"google-cloud-videointelligence": "https://googleapis.dev/python/videointelligence/latest",
53-
"google-cloud-vision": "https://googleapis.dev/python/vision/latest",
5430
}

docs/spelling_wordlist.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -856,8 +856,11 @@ LineItem
856856
lineterminator
857857
linter
858858
linux
859+
ListColumnSpecsPager
860+
ListDatasetsPager
859861
ListGenerator
860862
ListInfoTypesResponse
863+
ListTableSpecsPager
861864
Liveness
862865
liveness
863866
livy
@@ -1358,6 +1361,7 @@ ssm
13581361
Stackdriver
13591362
stackdriver
13601363
stacktrace
1364+
StartManualTransferRunsResponse
13611365
starttls
13621366
StatefulSet
13631367
StatefulSets
@@ -1424,6 +1428,7 @@ symlink
14241428
symlinking
14251429
symlinks
14261430
sync'ed
1431+
SynthesizeSpeechResponse
14271432
sys
14281433
syspath
14291434
Systemd
@@ -1495,6 +1500,8 @@ tooltip
14951500
tooltips
14961501
traceback
14971502
tracebacks
1503+
TransferConfig
1504+
TransferRun
14981505
travis
14991506
triage
15001507
triaging

0 commit comments

Comments
 (0)