From 5725a9e271f409425b9c1c31dfc49632e2f0867c Mon Sep 17 00:00:00 2001 From: Oliver Date: Tue, 3 Oct 2023 12:28:14 +1100 Subject: [PATCH] Fix for readthedocs build config file (#5651) --- readthedocs.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/readthedocs.yml b/readthedocs.yml index 2f1af6a973..cd0eb5f01b 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -4,6 +4,10 @@ mkdocs: configuration: docs/mkdocs.yml python: - version: 3.7 install: - requirements: docs/requirements.txt + +build: + os: "ubuntu-22.04" + tools: + python: "3.9"