From d5d0edb53aff48b6400e28086578c2c0775127be Mon Sep 17 00:00:00 2001 From: Lukas Schmid Date: Thu, 25 Apr 2024 09:43:14 +0200 Subject: [PATCH] Add build.os to readthedocs.yaml --- .readthedocs.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 30def6a..08dae35 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.10" mkdocs: configuration: mkdocs.yml