From 6f2c7dee29f8ae687d8cfa13d954be93bcf5ad4a Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Wed, 21 Jan 2026 07:31:26 +0100 Subject: [PATCH 1/2] TEMP: Validate removal of `sphinx-build-compatibility` --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 3d116875..223526fe 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,4 @@ -crate-docs-theme>=0.42.0 +crate-docs-theme>=0.47.1.dev6 # Comment the first line and uncomment and adjust path in the following line # to use a local version of crate-docs-theme: From 3b6184b660f8954315d31bde61e35a9094e85ef4 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Wed, 21 Jan 2026 07:41:34 +0100 Subject: [PATCH 2/2] Chore: Satisfy link checker by ignoring rate limiting on github.com --- docs/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index b0b6fe2f..a31ac51a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -100,6 +100,8 @@ r"https://www.unixodbc.org/", # [Errno 101] Network is unreachable r"https://nightlies.apache.org/", + # -rate limited- + r"https://github.com/", ] linkcheck_anchors_ignore_for_url += [