Skip to content

Commit c38f2e4

Browse files
authored
Docs: Remove CI for gh-pages, use googleapis.dev for api_core refs. (#9085)
1 parent 3d8cc46 commit c38f2e4

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

docs/conf.py

+2-11
Original file line numberDiff line numberDiff line change
@@ -293,13 +293,7 @@
293293
# One entry per manual page. List of tuples
294294
# (source start file, name, description, authors, manual section).
295295
man_pages = [
296-
(
297-
master_doc,
298-
"google-api-core",
299-
u"google-api-core Documentation",
300-
[author],
301-
1,
302-
)
296+
(master_doc, "google-api-core", u"google-api-core Documentation", [author], 1)
303297
]
304298

305299
# If true, show URL addresses after external links.
@@ -342,10 +336,7 @@
342336
"gax": ("https://gax-python.readthedocs.org/en/latest/", None),
343337
"google-auth": ("https://google-auth.readthedocs.io/en/stable", None),
344338
"google-gax": ("https://gax-python.readthedocs.io/en/latest/", None),
345-
"google.api_core": (
346-
"https://googleapis.github.io/google-cloud-python/latest",
347-
None,
348-
),
339+
"google.api_core": ("https://googleapis.dev/python/google-api-core/latest", None),
349340
"grpc": ("https://grpc.io/grpc/python/", None),
350341
"requests": ("https://2.python-requests.org/en/master/", None),
351342
"fastavro": ("https://fastavro.readthedocs.io/en/stable/", None),

0 commit comments

Comments
 (0)