From: Dave Miller Date: Tue, 24 Sep 2024 03:37:42 +0000 (-0400) Subject: Bug 1920621: Build the offline formats (pdf/epub/htmlzip) on ReadTheDocs (#201) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2F5.0.4;p=thirdparty%2Fbugzilla.git Bug 1920621: Build the offline formats (pdf/epub/htmlzip) on ReadTheDocs (#201) --- diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 7eada0dd6..388f03276 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