From 26728b86405101bb4f2def7a3eba9b57fa91e476 Mon Sep 17 00:00:00 2001 From: Andrey Parfenov Date: Sun, 3 Mar 2024 21:38:54 +0100 Subject: [PATCH] enable pdf format for docs Signed-off-by: Andrey Parfenov --- .readthedocs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index d0664d0a3..65647cb37 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -23,9 +23,9 @@ sphinx: fail_on_warning: false # Optionally build your docs in additional formats such as PDF and ePub -# formats: -# - pdf -# - epub +formats: + - pdf + - epub # Optional but recommended, declare the Python requirements required # to build your documentation