Browse Source

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.
Rémi Verschelde 6 years ago
parent
commit
763f6a9555
1 changed files with 3 additions and 1 deletions
  1. 3 1
      .readthedocs.yml

+ 3 - 1
.readthedocs.yml

@@ -7,4 +7,6 @@ build:
 # Disable (single) htmlzip as it's way too big to be useful,
 # Disable (single) htmlzip as it's way too big to be useful,
 # and leads to excessive memory usage on build
 # and leads to excessive memory usage on build
 # Disable epub and pdf for now to speed up builds
 # Disable epub and pdf for now to speed up builds
-formats: []
+formats:
+  - pdf
+  - epub