From 39284576d012db5675e271d431c4a77d5c055712 Mon Sep 17 00:00:00 2001 From: TheJoKlLa Date: Mon, 13 May 2024 13:05:39 +0200 Subject: [PATCH] Fixed: OS Error --- .readthedocs.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index d9222bb..37ceb77 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -6,10 +6,10 @@ version: 2 # Set the version of Python and other tools you might need -# build: -# os: ubuntu-22.04 -# tools: -# python: "3.10" +build: + os: ubuntu-22.04 + tools: + python: "3.12" mkdocs: configuration: mkdocs.yml