From 187e046ecee3fc891acad81b1e590e0703661474 Mon Sep 17 00:00:00 2001 From: Sanket Verma Date: Wed, 6 Mar 2024 07:50:09 +0530 Subject: [PATCH] Enable offline builds: HTMLZip and PDF --- .readthedocs.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 08cac8d78d..e45cae1b45 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -16,4 +16,6 @@ python: extra_requirements: - docs -formats: all +formats: + - htmlzip + - pdf