From a5ad7c85422d4ae2a5b3565e8539aa1c2404b61d Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Thu, 15 Jan 2026 00:45:14 +0100 Subject: [PATCH 1/2] Documentation: Update RTD environment --- .readthedocs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 0346252..f143147 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,7 +1,7 @@ build: - os: "ubuntu-22.04" + os: "ubuntu-24.04" tools: - python: "3.11" + python: "3.14" sphinx: builder: html From a5750e4c46fc68c30546593db02876e760d51f3c Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Thu, 15 Jan 2026 00:45:30 +0100 Subject: [PATCH 2/2] Documentation: Use standalone TOC --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index ced14fe..a3b2ddc 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1 +1 @@ -crate-docs-theme +crate-docs-theme>=0.47.1.dev3