From 5f86ac9882f7ef9387588f9663cd0aeef3a65f6a Mon Sep 17 00:00:00 2001 From: Bart Schilperoort Date: Thu, 24 Nov 2022 15:16:39 +0100 Subject: [PATCH] Specify RTD python version --- .readthedocs.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 544d704c..75eabe26 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,4 +1,10 @@ version: 2 + +build: + os: ubuntu-20.04 + tools: + python: "3.9" + python: install: - method: pip