From 25af72933a35285d6e6bde4badb82c07d0c7c2c7 Mon Sep 17 00:00:00 2001 From: Chris Adams Date: Fri, 15 Mar 2024 14:32:54 +0100 Subject: [PATCH] Update steps for creating our docs --- .readthedocs.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 514f6df5..4f85dc5f 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,7 +1,10 @@ version: 2 +build: + os: "ubuntu-lts-latest" + tools: + python: "latest" python: - version: "3.8" # add our extra requirements so we can use markdown install: - requirements: docs/requirements.txt