From 7f7f1f236836d2c9692f4105f3063e048fbdf25e Mon Sep 17 00:00:00 2001 From: Sophie Frasnedo Date: Wed, 11 Dec 2024 16:53:49 +0100 Subject: [PATCH] Enable download of documentation in pdf format Signed-off-by: Sophie Frasnedo --- docs/.readthedocs.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/.readthedocs.yaml b/docs/.readthedocs.yaml index 934aaacee..3a54fead6 100644 --- a/docs/.readthedocs.yaml +++ b/docs/.readthedocs.yaml @@ -10,4 +10,7 @@ sphinx: python: install: - - requirements: docs/requirements.txt \ No newline at end of file + - requirements: docs/requirements.txt + +formats: + - pdf \ No newline at end of file