From 36ef864f32b5b6ee0d71b5e966f7eb6e21f20923 Mon Sep 17 00:00:00 2001 From: Benjamin Bach Date: Tue, 3 Jan 2023 13:47:38 +0100 Subject: [PATCH 1/2] Do not build ePub --- .readthedocs.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index aa8b8e0ac8c..89e7c01dc8c 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,6 +1,9 @@ version: 2 -formats: all +# Disabled until we can ignore warnings in ePub +# https://github.com/readthedocs/readthedocs.org/issues/9816 +formats: + - pdf sphinx: configuration: docs/conf.py From cf9b965051ced12bfc471ab212bdd17d7b41c5e3 Mon Sep 17 00:00:00 2001 From: Benjamin Balder Bach Date: Tue, 3 Jan 2023 16:45:31 +0100 Subject: [PATCH 2/2] Add htmlzip --- .readthedocs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index 89e7c01dc8c..bff810cabe0 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -4,6 +4,7 @@ version: 2 # https://github.com/readthedocs/readthedocs.org/issues/9816 formats: - pdf + - htmlzip sphinx: configuration: docs/conf.py