From d25045334cf895f71dbadec7e8a44f566754fa11 Mon Sep 17 00:00:00 2001 From: Sam Wu <22262939+samjwu@users.noreply.github.com> Date: Thu, 30 May 2024 17:14:29 -0600 Subject: [PATCH] Disable PDF on 6.1.1 (#3199) --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 0f6d1e61a..56600599c 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -15,4 +15,4 @@ python: install: - requirements: docs/sphinx/requirements.txt -formats: [htmlzip, pdf, epub] +formats: [htmlzip, epub]