From 91bbda864e65411ab1be1baf53a2793a116d9908190afcc3bcf7ca51a721ed33 Mon Sep 17 00:00:00 2001 From: Johannes Randerath Date: Mon, 3 Jun 2024 22:32:32 +0200 Subject: [PATCH] Still fixing --- .readthedocs.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 6888cb0..962a985 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -2,12 +2,12 @@ # Read the Docs configuration file # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details -version: 1 +version: 2 build: - os: "fedora-40" + os: ubuntu-22.04 tools: - python: "3.12.3" + python: "3.12" sphinx: configuration: docs/source/conf.py