Docs: Remove CI for gh-pages, use googleapis.dev for api_core refs. (#9085)


diff --git a/docs/conf.py b/docs/conf.py
index 798d3d8..60b1f7a 100644
--- a/docs/conf.py
+++ b/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.github.io/google-cloud-python/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),