From bb0002c89e228a432ab65d465a11dedf98d5684c Mon Sep 17 00:00:00 2001 From: Jan Kowalleck Date: Fri, 5 Dec 2025 12:13:42 +0100 Subject: [PATCH 1/3] docs: modernize RTF setup Signed-off-by: Jan Kowalleck --- .readthedocs.yaml | 4 ++-- docs/requirements.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index db40450f8..57b93e6d1 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -6,9 +6,9 @@ version: 2 # Set the version of Python and other tools you might need build: - os: ubuntu-22.04 + os: ubuntu-lts-latest tools: - python: "3.9" + python: "3.14" # You can also specify other tool versions: # nodejs: "16" # rust: "1.55" diff --git a/docs/requirements.txt b/docs/requirements.txt index f58d1c772..fd7335eab 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,3 +1,3 @@ m2r2>=0.3.2 -sphinx>=7.2.6,<9 -sphinx-rtd-theme>=2.0.0,<3 +sphinx>=8,<9 +sphinx-rtd-theme>=3,<4 From 66d89f6a7b1caa53da2570c2aa4372fa6b1e32a0 Mon Sep 17 00:00:00 2001 From: Jan Kowalleck Date: Fri, 5 Dec 2025 12:17:05 +0100 Subject: [PATCH 2/3] docs: modernize RTF setup Signed-off-by: Jan Kowalleck --- .readthedocs.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 57b93e6d1..4a7140c90 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -24,4 +24,6 @@ formats: all # Optionally declare the Python requirements required to build your docs python: install: + - method: pip + path: . - requirements: docs/requirements.txt From a2a2f29bb9caa3877164def1a16ea50be18ba0e2 Mon Sep 17 00:00:00 2001 From: Jan Kowalleck Date: Fri, 5 Dec 2025 12:18:58 +0100 Subject: [PATCH 3/3] docs: modernize RTF setup Signed-off-by: Jan Kowalleck --- .readthedocs.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 4a7140c90..57b93e6d1 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -24,6 +24,4 @@ formats: all # Optionally declare the Python requirements required to build your docs python: install: - - method: pip - path: . - requirements: docs/requirements.txt