From 753cbd1ca526543d317f0678fb5bc16018ed5ee9 Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Mon, 18 Sep 2023 17:20:30 +0100 Subject: [PATCH] Update RtD config to include mandatory build.os option --- .readthedocs.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index b59f4199..7b94bd1f 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -2,13 +2,17 @@ # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details version: 2 -mkdocs: - configuration: mkdocs.yml +build: + os: ubuntu-22.04 + tools: + python: "3.11" python: - version: 3.8 install: - method: pip path: . extra_requirements: - docs + +mkdocs: + configuration: mkdocs.yml