From 978ff1c5a5c8160cf59b8ff6461a9ce7e0b00b2d Mon Sep 17 00:00:00 2001 From: Shyukri Shyukriev Date: Wed, 8 Jul 2026 14:47:24 +0300 Subject: [PATCH] Ignore console.cratedb.cloud/api/docs as traefik has it on 302 --- CHANGES.rst | 1 + docs/conf.py | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 2f3f576..1a0e08c 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -15,3 +15,4 @@ Unreleased - Improve the appearance of the index/home page - Disable version chooser. This project is not versioned. - Rework "deploy" index page +- Ignore ``/api/docs`` diff --git a/docs/conf.py b/docs/conf.py index eaa3453..aeb900b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -16,6 +16,7 @@ "https://hub.docker.com/", # unauthorized "https://portal.aws.amazon.com/", + "https://console.cratedb.cloud/api/docs", ] linkcheck_timeout = 5