From 855ef8d54b35a860b492d6b07e2be8759a40e0d1 Mon Sep 17 00:00:00 2001 From: adamw Date: Sun, 24 Sep 2023 19:28:23 +0200 Subject: [PATCH] Try updating RTD --- .readthedocs.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index c78657ebb4..40bc073a69 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -4,6 +4,10 @@ sphinx: configuration: generated-doc/out/conf.py python: - version: 3.7 install: - - requirements: generated-doc/out/requirements.txt \ No newline at end of file + - requirements: generated-doc/out/requirements.txt + +build: + os: ubuntu-22.04 + tools: + python: "3.7" \ No newline at end of file