Quellcode durchsuchen

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)
Rémi Verschelde vor 6 Jahren
Ursprung
Commit
7df2db1725
1 geänderte Dateien mit 3 neuen und 1 gelöschten Zeilen
  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,
 # and leads to excessive memory usage on build
 # Disable epub and pdf for now to speed up builds
-formats: []
+formats:
+  - pdf
+  - epub