From e9696b2150fe5d91ca4418d83676204a8f06032d Mon Sep 17 00:00:00 2001 From: tobi-wan-kenobi Date: Thu, 11 May 2023 08:30:59 +0200 Subject: [PATCH] [readthedocs] explicitly specify build OS fixes #970 --- .readthedocs.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 6823857..63fb402 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -3,4 +3,7 @@ version: 2 python: install: - requirements: docs/requirements.txt - +build: + os: ubuntu-22.04 + tools: + python: "3.11"