From 152ebcebd590ed3a60d8c100453e01a0fe175a51 Mon Sep 17 00:00:00 2001 From: Dave Miller Date: Mon, 23 Sep 2024 23:37:42 -0400 Subject: [PATCH] Bug 1920621: Build the offline formats (pdf/epub/htmlzip) on ReadTheDocs (#201) --- .readthedocs.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 7eada0dd63..388f032765 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -10,3 +10,7 @@ build: - perl docs/makedocs.pl --pod-only - cp -rp docs/en/html/integrating/api/ "$READTHEDOCS_OUTPUT/html/integrating/api" - cp -p docs/en/html/style.css "$READTHEDOCS_OUTPUT/html/" +format: + - htmlzip + - pdf + - epub -- 2.47.2