From 4f49eb72036abebba6426ee04143d18361ec7554 Mon Sep 17 00:00:00 2001 From: Kenneth Lausdahl Date: Thu, 16 May 2024 13:30:43 +0200 Subject: [PATCH] Update .readthedocs.yml --- .readthedocs.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index b35e26369..fa5055088 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,11 +1,16 @@ # Required version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.12" + # Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/conf.py python: - version: 3.7 + version: "3.12" install: - - requirements: docs/requirements.txt \ No newline at end of file + - requirements: docs/requirements.txt