From b01dcac9ae3826e65772f413691a25f4feddcb49 Mon Sep 17 00:00:00 2001 From: William Moore Date: Wed, 18 Oct 2023 15:52:17 +0100 Subject: [PATCH] Add build.tools to .readthedocs.yaml --- .readthedocs.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index ee26e22e..11ce7bdd 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -2,6 +2,8 @@ version: 2 build: os: ubuntu-22.04 + tools: + python: "3.10" sphinx: configuration: conf.py