From 6ff849c00b3aa664d93305ad336be94078bab0d5 Mon Sep 17 00:00:00 2001 From: Kevin Kim Date: Thu, 16 Mar 2023 10:35:47 -0700 Subject: [PATCH] Remove pdf build in readthedocs config --- .readthedocs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 3631baa72..38a511c6a 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -9,9 +9,9 @@ version: 2 sphinx: configuration: docs/source/conf.py -# Build all formats (epub, pdf, htmlzip) -formats: - - pdf +# Not building additional formats, as PDF build is failing +# formats: +# - pdf # Optionally set the version of Python and requirements required to build your docs python: