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