aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Miller <justdave@bugzilla.org>2024-09-23 23:37:42 -0400
committerGitHub <noreply@github.com>2024-09-23 23:37:42 -0400
commit152ebcebd590ed3a60d8c100453e01a0fe175a51 (patch)
tree9156a4e1e795048d79606ddd66942aa56f3c2b4c
parent60f61386a21a7a59a9aeb30327a2eb805a9a21ab (diff)
downloadbugs-152ebcebd590ed3a60d8c100453e01a0fe175a51.tar
bugs-152ebcebd590ed3a60d8c100453e01a0fe175a51.tar.gz
bugs-152ebcebd590ed3a60d8c100453e01a0fe175a51.tar.bz2
bugs-152ebcebd590ed3a60d8c100453e01a0fe175a51.tar.xz
bugs-152ebcebd590ed3a60d8c100453e01a0fe175a51.zip
Bug 1920621: Build the offline formats (pdf/epub/htmlzip) on ReadTheDocs (#201)
-rw-r--r--.readthedocs.yaml4
1 files changed, 4 insertions, 0 deletions
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