From 0d3ee8e5be237252bcafdbdcda04c9d52697f8e1 Mon Sep 17 00:00:00 2001 From: Eivind Jahren Date: Mon, 23 Oct 2023 13:54:49 +0200 Subject: [PATCH] Add build info to buildthedocs --- .readthedocs.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 7414cb3..658f5e9 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,5 +1,10 @@ version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.10" + python: install: - requirements: docs/requirements.txt