From 322d421a7e697ee84cc673c04c188e43ad86acc9 Mon Sep 17 00:00:00 2001 From: Olof Kindgren Date: Sun, 17 Sep 2023 10:53:16 +0200 Subject: [PATCH] Fix readthedocs config file --- .readthedocs.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index a483e796..0145cb19 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -11,13 +11,15 @@ formats: all # Optionally set the version of Python and requirements required to build your docs python: - version: 3.8 install: - requirements: doc/requirements.txt - method: pip path: . build: + os: "ubuntu-22.04" + tools: + python: "3.11" jobs: post_checkout: - git fetch --unshallow || true