From 5f89a899b520272b353bbf74fd6856f208628fed Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Thu, 29 Jan 2026 01:01:31 +0100 Subject: [PATCH 1/3] Build: Update to crate-docs 2.2.0 --- docs/build.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build.json b/docs/build.json index 5de7837..d736c53 100644 --- a/docs/build.json +++ b/docs/build.json @@ -1,5 +1,5 @@ { "schemaVersion": 1, "label": "docs build", - "message": "2.1.2" + "message": "2.2.0" } From ec8c09544ab34dfbe8d00d3e2dede210f9ade005 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Thu, 29 Jan 2026 01:21:20 +0100 Subject: [PATCH 2/3] Chore: Satisfy linkchecker --- docs/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index df5d087..eaa3453 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -14,6 +14,8 @@ "https://azuremarketplace.microsoft.com/", "https://azure.microsoft.com/", "https://hub.docker.com/", + # unauthorized + "https://portal.aws.amazon.com/", ] linkcheck_timeout = 5 From 24a8429c1dfcc29ff8e8fbe3323fcbd3ea540a19 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Thu, 29 Jan 2026 01:23:57 +0100 Subject: [PATCH 3/3] Build: Downgrade to myst-parser v4 Fixes `Transition must be child of or
. [docutils]` stray problem caused by myst-parser 5.0.0. -- https://github.com/executablebooks/MyST-Parser/issues/1100 --- docs/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/requirements.txt b/docs/requirements.txt index ced14fe..992685e 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1 +1,2 @@ crate-docs-theme +myst-parser<5