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 763f6a9555)
This commit is contained in:
Rémi Verschelde
2019-03-27 14:30:02 +01:00
parent 5f843d87c5
commit 7df2db1725
+3 -1
View File
@@ -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