From 06de84c438373e6b3b8585b50132c4ae3d62da7a Mon Sep 17 00:00:00 2001 From: Jan Kowalleck Date: Fri, 5 Dec 2025 12:07:48 +0100 Subject: [PATCH] docs: modernize RTF setup Signed-off-by: Jan Kowalleck --- .readthedocs.yaml | 4 ++-- docs/requirements.txt | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 717f260c..57b93e6d 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.11" + 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 32780572..8cd9cd5f 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,4 @@ m2r2>=0.3.2 -sphinx>=7.2.6,<9 -sphinx-autoapi>=3.0.0,<4 -sphinx-rtd-theme>=2.0.0,<3 +sphinx>=8,<9 +sphinx-autoapi>=3,<4 +sphinx-rtd-theme>=3,<4