From 54206016b2363c540e9c340f39dfb43ea814a752 Mon Sep 17 00:00:00 2001 From: Dave Miller Date: Mon, 23 Sep 2024 23:23:37 -0400 Subject: [PATCH] Bug 1920621: Build the offline formats (pdf/epub/htmlzip) on ReadTheDocs (#144) --- .readthedocs.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index ff4cc83b48..67fc993bb6 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -15,3 +15,7 @@ sphinx: python: install: - requirements: docs/requirements.txt +formats: + - htmlzip + - pdf + - epub -- 2.47.2