From: Dave Miller Date: Tue, 24 Sep 2024 03:24:52 +0000 (-0400) Subject: Bug 1920621: Build the offline formats (pdf/epub/htmlzip) on ReadTheDocs (#200) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;ds=sidebyside;p=thirdparty%2Fbugzilla.git Bug 1920621: Build the offline formats (pdf/epub/htmlzip) on ReadTheDocs (#200) --- diff --git a/.readthedocs.yaml b/.readthedocs.yaml index ff4cc83b4..67fc993bb 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -15,3 +15,7 @@ sphinx: python: install: - requirements: docs/requirements.txt +formats: + - htmlzip + - pdf + - epub