From 7df2db1725a8fbec45159357bd8e0746a0b5387d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Wed, 27 Mar 2019 14:29:27 +0100 Subject: [PATCH] Reenable PDF and EPUB builds for stable doc They were disabled on master as they make builds way too long, but for the stable branch they make sense, as it is synced manually. (cherry picked from commit 763f6a9555a007210f9dc255bb07483d10a83a9b) --- .readthedocs.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 58b441e44..38bdc48f6 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -7,4 +7,6 @@ build: # Disable (single) htmlzip as it's way too big to be useful, # and leads to excessive memory usage on build # Disable epub and pdf for now to speed up builds -formats: [] +formats: + - pdf + - epub