From 469542b761cf6745fff6ce030be5b86344db25fe Mon Sep 17 00:00:00 2001 From: Sophie Frasnedo Date: Wed, 11 Dec 2024 15:16:43 +0100 Subject: [PATCH] Enable documentation download in pdf and epub formats Signed-off-by: Sophie Frasnedo --- docs/.readthedocs.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/.readthedocs.yaml b/docs/.readthedocs.yaml index 934aaacee03..d45c7a91f58 100644 --- a/docs/.readthedocs.yaml +++ b/docs/.readthedocs.yaml @@ -10,4 +10,8 @@ sphinx: python: install: - - requirements: docs/requirements.txt \ No newline at end of file + - requirements: docs/requirements.txt + +formats: + - pdf + - epub