From c38f2e4920cd46af0ebfca861da45a7fe5b1571d Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Tue, 27 Aug 2019 16:35:22 -0700 Subject: Docs: Remove CI for gh-pages, use googleapis.dev for api_core refs. (#9085) --- docs/conf.py | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to 'docs') 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 @@ latex_documents = [ # 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 @@ intersphinx_mapping = { "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), -- cgit v1.2.3