From b160154529d5f690d2774a0c4a631657c77f9d20 Mon Sep 17 00:00:00 2001 From: vladd-bit Date: Wed, 5 Nov 2025 16:31:03 +0000 Subject: [PATCH] Updated readthedocs.yaml. --- .readthedocs.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 731b37fc7..877ff3f23 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -5,13 +5,13 @@ version: 2 build: - os: ubuntu-20.04 + os: ubuntu-24.04 tools: - python: "3.9" + python: "3.11" sphinx: configuration: docs/conf.py python: install: - - requirements: docs/requirements.txt \ No newline at end of file + - requirements: docs/requirements.txt