From c93e7a36a9523d8238f873bec1dd71dc4c8b09947bdecebe391da2be57f0237f Mon Sep 17 00:00:00 2001 From: Johannes Randerath Date: Mon, 3 Jun 2024 21:45:21 +0200 Subject: [PATCH] Fixed ReadTheDocs support --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 5ae08c6..6888cb0 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -5,7 +5,7 @@ version: 1 build: - os: fedora-40 + os: "fedora-40" tools: python: "3.12.3"