aboutsummaryrefslogtreecommitdiff
path: root/python/docs/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/docs/conf.py')
-rw-r--r--python/docs/conf.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/docs/conf.py b/python/docs/conf.py
index 365d6af514..d35bf73c30 100644
--- a/python/docs/conf.py
+++ b/python/docs/conf.py
@@ -334,3 +334,6 @@ epub_exclude_files = ['search.html']
# If false, no index is generated.
#epub_use_index = True
+
+# Skip sample endpoint link (not expected to resolve)
+linkcheck_ignore = [r'https://kinesis.us-east-1.amazonaws.com']