From 0b0593880dbcebbfd6ae496b08e63f01ad814418 Mon Sep 17 00:00:00 2001 From: pacrob Date: Tue, 28 Nov 2023 09:21:12 -0700 Subject: [PATCH] add formats key to RTD to make downloadable docs available --- .readthedocs.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 593793c2..e55e07e4 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -15,3 +15,6 @@ python: path: . extra_requirements: - docs + +# Build all formats for RTD Downloads - htmlzip, pdf, epub +formats: all