From 368b4fe3844864d03dbdc8d0b475ee186e533a90 Mon Sep 17 00:00:00 2001 From: Sam Wu <22262939+samjwu@users.noreply.github.com> Date: Mon, 29 Jul 2024 10:07:05 -0600 Subject: [PATCH 1/2] Disable PDF build --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index b3299fa4..4e3a24da 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -6,7 +6,7 @@ version: 2 sphinx: configuration: docs/conf.py -formats: [htmlzip, pdf, epub] +formats: [htmlzip, epub] python: install: From effd77fbddf6c4cd6d631269b2b9b683f5c9c349 Mon Sep 17 00:00:00 2001 From: Sam Wu <22262939+samjwu@users.noreply.github.com> Date: Mon, 29 Jul 2024 10:08:02 -0600 Subject: [PATCH 2/2] Disable epub format on RTD --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 4e3a24da..dea9d45a 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -6,7 +6,7 @@ version: 2 sphinx: configuration: docs/conf.py -formats: [htmlzip, epub] +formats: [htmlzip] python: install: