From a7784b2c1b2b318a703a908da555abf74adf78fc Mon Sep 17 00:00:00 2001 From: Lala Sabathil Date: Tue, 2 Jan 2024 01:05:15 +0100 Subject: [PATCH 1/5] Update .readthedocs.yml Signed-off-by: Lala Sabathil --- .readthedocs.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 59842ef8bb..ca081e8d52 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,5 +1,7 @@ version: 2 -formats: [] +formats: + - epub + - pdf build: os: ubuntu-22.04 From bb647d0556905e5bc41ad428b165da7f4b8ef0ca Mon Sep 17 00:00:00 2001 From: Lala Sabathil Date: Tue, 2 Jan 2024 01:11:15 +0100 Subject: [PATCH 2/5] Update .readthedocs.yml Signed-off-by: Lala Sabathil --- .readthedocs.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index ca081e8d52..ad4593569f 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,7 +1,5 @@ version: 2 -formats: - - epub - - pdf +formats: all build: os: ubuntu-22.04 From 16bc77ba6727c0acef8018d01ccecbe84a238bc4 Mon Sep 17 00:00:00 2001 From: Lala Sabathil Date: Tue, 2 Jan 2024 01:21:33 +0100 Subject: [PATCH 3/5] Update .readthedocs.yml Signed-off-by: Lala Sabathil --- .readthedocs.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index ad4593569f..a1b8638bf5 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -9,7 +9,6 @@ build: sphinx: configuration: docs/conf.py fail_on_warning: false - builder: html python: install: From f2a3eb110fe2688d9c956b30fb3908eedf3be5d0 Mon Sep 17 00:00:00 2001 From: Lala Sabathil Date: Tue, 2 Jan 2024 01:27:05 +0100 Subject: [PATCH 4/5] Update .readthedocs.yml Signed-off-by: Lala Sabathil --- .readthedocs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index a1b8638bf5..4f35059c5d 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,5 +1,5 @@ version: 2 -formats: all +formats: htmlzip build: os: ubuntu-22.04 @@ -9,6 +9,7 @@ build: sphinx: configuration: docs/conf.py fail_on_warning: false + builder: html python: install: From 14b30e6624a02f22327c4adf60f3a1ec8499d6a3 Mon Sep 17 00:00:00 2001 From: Lala Sabathil Date: Tue, 2 Jan 2024 01:28:15 +0100 Subject: [PATCH 5/5] Update .readthedocs.yml Signed-off-by: Lala Sabathil --- .readthedocs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 4f35059c5d..e1aee404d5 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,5 +1,6 @@ version: 2 -formats: htmlzip +formats: + - htmlzip build: os: ubuntu-22.04