From a826727ae3e08a672e44dee773f5ab68cc4c94d8 Mon Sep 17 00:00:00 2001 From: Dave Miller Date: Mon, 23 Sep 2024 23:24:52 -0400 Subject: [PATCH] Bug 1920621: Build the offline formats (pdf/epub/htmlzip) on ReadTheDocs (#200) --- .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.39.5