From a261138a85f7ba1b5a3db1d0c7be29177ac832d3 Mon Sep 17 00:00:00 2001 From: "Martin K. Scherer" Date: Sun, 3 Dec 2023 19:46:37 +0100 Subject: [PATCH 1/5] [doc] config renamed to proper file ending. --- .readthedocs.yml => .readthedocs.yaml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .readthedocs.yml => .readthedocs.yaml (100%) diff --git a/.readthedocs.yml b/.readthedocs.yaml similarity index 100% rename from .readthedocs.yml rename to .readthedocs.yaml From 7c5f31af800dfce1e4ce6f00c03280f586f952a5 Mon Sep 17 00:00:00 2001 From: "Martin K. Scherer" Date: Sun, 3 Dec 2023 20:06:31 +0100 Subject: [PATCH 2/5] fix missing os error --- .readthedocs.yaml => .readthedocs.yml | 1 + 1 file changed, 1 insertion(+) rename .readthedocs.yaml => .readthedocs.yml (96%) diff --git a/.readthedocs.yaml b/.readthedocs.yml similarity index 96% rename from .readthedocs.yaml rename to .readthedocs.yml index 4b12f640c..85a378c3b 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yml @@ -13,6 +13,7 @@ sphinx: # Optionally set the version of Python and requirements required to build your docs python: + os: ubuntu-20.04 version: "3.8" install: - method: pip From c6c525639493b6de987e66ccb7a03086170584ba Mon Sep 17 00:00:00 2001 From: "Martin K. Scherer" Date: Sun, 3 Dec 2023 20:13:10 +0100 Subject: [PATCH 3/5] f --- .readthedocs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 85a378c3b..2eb5de467 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -13,8 +13,6 @@ sphinx: # Optionally set the version of Python and requirements required to build your docs python: - os: ubuntu-20.04 - version: "3.8" install: - method: pip path: . @@ -22,7 +20,9 @@ python: - docs build: - image: latest + os: ubuntu-22.04 + python: + version: "3.8" apt_packages: - openjdk-8-jdk From 543c9c74b1aecee04b6f285591388188d3e859a4 Mon Sep 17 00:00:00 2001 From: "Martin K. Scherer" Date: Sun, 3 Dec 2023 20:28:31 +0100 Subject: [PATCH 4/5] ff --- .readthedocs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 2eb5de467..a8902a067 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -20,9 +20,9 @@ python: - docs build: + tools: python os: ubuntu-22.04 - python: - version: "3.8" + python: 3.8 apt_packages: - openjdk-8-jdk From d50e47066313460f9206f340ffa978eb96c67260 Mon Sep 17 00:00:00 2001 From: "Martin K. Scherer" Date: Sun, 3 Dec 2023 20:30:02 +0100 Subject: [PATCH 5/5] fff --- .readthedocs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index a8902a067..253f5707c 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -20,9 +20,9 @@ python: - docs build: - tools: python + tools: + python: "3.8" os: ubuntu-22.04 - python: 3.8 apt_packages: - openjdk-8-jdk