From 370022acf46ab547c062f5039cea2c3dbee74cfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Wed, 6 Jun 2018 15:04:17 +0200 Subject: [PATCH] RTD: Also disable PDF builds on each commits Latex builds for PDF also seem to make us reach the build memory threshold... --- .readthedocs.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 5316233a3..58b441e44 100644 --- a/.readthedocs.yml +++ b/.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: []