소스 검색

RTD: Also disable PDF builds on each commits

Latex builds for PDF also seem to make us reach the build memory
threshold...
Rémi Verschelde 7 년 전
부모
커밋
370022acf4
1개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 3
      .readthedocs.yml

+ 2 - 3
.readthedocs.yml

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