From 894b99b1770d70d579993e87a820d7998066c73d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Donncha=20=C3=93=20Cearbhaill?= Date: Thu, 9 Nov 2023 12:54:41 +0100 Subject: [PATCH] Try fix ReadTheDocs build --- .readthedocs.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 47fdabc..8fc0ba1 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -5,11 +5,15 @@ # Required version: 2 +build: + os: "ubuntu-22.04" + tools: + python: "3.11" + mkdocs: configuration: mkdocs.yml # Optionally set the version of Python and requirements required to build your docs python: - version: 3.7 install: - requirements: docs/requirements.txt