From 72892a932f8a64fc44be0a2889d357d7858592e4 Mon Sep 17 00:00:00 2001 From: BeatrixCohere <128378696+BeatrixCohere@users.noreply.github.com> Date: Wed, 6 Sep 2023 11:44:41 +0100 Subject: [PATCH 1/2] Add version to readthedocs for V2 --- readthedocs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readthedocs.yml b/readthedocs.yml index 31f50ac15..32ea114cc 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -1,4 +1,6 @@ --- +version: 2 + build: image: latest From ac4e7aec7ac2ea8f692ebee1050d63d6df47a630 Mon Sep 17 00:00:00 2001 From: BeatrixCohere <128378696+BeatrixCohere@users.noreply.github.com> Date: Wed, 6 Sep 2023 12:01:29 +0100 Subject: [PATCH 2/2] Update config --- .readthedocs.yaml | 6 ++++++ readthedocs.yml | 9 --------- 2 files changed, 6 insertions(+), 9 deletions(-) create mode 100644 .readthedocs.yaml delete mode 100644 readthedocs.yml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 000000000..16d77e025 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,6 @@ +version: 2 + +build: + os: ubuntu-22.04 + tools: + python: "3.8" \ No newline at end of file diff --git a/readthedocs.yml b/readthedocs.yml deleted file mode 100644 index 32ea114cc..000000000 --- a/readthedocs.yml +++ /dev/null @@ -1,9 +0,0 @@ ---- -version: 2 - -build: - image: latest - -python: - version: 3.8 - pip_install: true