aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBu Sun Kim <8822365+busunkim96@users.noreply.github.com>2019-08-27 16:35:22 -0700
committerGitHub <noreply@github.com>2019-08-27 16:35:22 -0700
commitc38f2e4920cd46af0ebfca861da45a7fe5b1571d (patch)
tree4813fde4b01cf1066b1a8113bfbaf136d024618c /docs
parent3d8cc46841bc967017fd4b1fc177fe08b0f62b64 (diff)
downloadpython-api-core-c38f2e4920cd46af0ebfca861da45a7fe5b1571d.tar.gz
Docs: Remove CI for gh-pages, use googleapis.dev for api_core refs. (#9085)
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py13
1 files changed, 2 insertions, 11 deletions
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),