From 01f0358af6da1bb4a2af71ac08ca383afc5685ad Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Thu, 27 Jul 2023 15:32:27 +0200 Subject: [PATCH] Build ePub, PDF and zipped HTML docs as well. --- .readthedocs.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index 72ad6563db..a452d9dedf 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -4,3 +4,9 @@ python: version: "3" install: - requirements: docs/requirements.txt + +# Build PDF, ePub and zipped HTML +formats: + - epub + - pdf + - htmlzip