From 1fafc06500ca32cea04ac1d7d294325c274b3f56 Mon Sep 17 00:00:00 2001 From: Sam Wu Date: Fri, 13 Oct 2023 16:51:16 -0600 Subject: [PATCH] Disable epub (#2557) --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 56600599cb..4b227351ab 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -15,4 +15,4 @@ python: install: - requirements: docs/sphinx/requirements.txt -formats: [htmlzip, epub] +formats: [htmlzip]