From efb181774091c44a3a72d3a1e0d19250d91078eb Mon Sep 17 00:00:00 2001 From: Jan Kowalleck Date: Fri, 5 Dec 2025 12:17:55 +0100 Subject: [PATCH] docs: modernize RTF setup Signed-off-by: Jan Kowalleck --- .readthedocs.yaml | 6 +++--- docs/requirements.txt | 7 +++---- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index a681980..1fb64b6 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" # Build documentation in the docs/ directory with Sphinx sphinx: @@ -22,4 +22,4 @@ python: install: - method: pip path: . - - requirements: docs/requirements.txt \ No newline at end of file + - requirements: docs/requirements.txt diff --git a/docs/requirements.txt b/docs/requirements.txt index 412cafc..8cd9cd5 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,5 +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