From e09a9ffedbe81cbce017f066ef02f0e924b9afd7 Mon Sep 17 00:00:00 2001 From: Alice Butcher Date: Mon, 4 Dec 2023 16:41:48 +0000 Subject: [PATCH] chore: add build section to read the docs config --- .readthedocs.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index c5cc704..78f3b26 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,5 +1,10 @@ version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.11" + python: install: - requirements: docs/requirements.txt