From 28cf09168b97f951495fb64bfc84814fc041c0cc Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Tue, 21 Apr 2020 13:47:57 -0400 Subject: [PATCH] [.readthedocs.yml] remove PDF builds on RTD remote PDF builds fail at this point, will need to troubleshoot this if PDF builds are useful --- .readthedocs.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index c534b37da..928d65873 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -14,7 +14,9 @@ sphinx: fail_on_warning: false # Optionally build your docs in additional formats such as PDF and ePub -formats: all +formats: + - htmlzip + - epub # Optionally set the version of Python and requirements required to build your docs python: