From 95fd6200794eb5240d1c4d9b9d39ba4e3d215f09 Mon Sep 17 00:00:00 2001 From: Pascal Gouedo Date: Thu, 10 Aug 2023 12:11:14 +0200 Subject: [PATCH] Added html, pdf and epub downloadable packages generation. Signed-off-by: Pascal Gouedo --- .readthedocs.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 77f889197..69df9c798 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -13,6 +13,11 @@ version: 2 sphinx: configuration: docs/source/conf.py +formats: + - htmlzip + - pdf + - epub + # Explicitly set the Python requirements python: install: