From 99d749121c86afc4a1e5c161db114d9ff8375428 Mon Sep 17 00:00:00 2001 From: Frank Li Date: Fri, 1 Mar 2024 13:44:48 +0800 Subject: [PATCH] try to generate pdf and epub version. --- .readthedocs.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 8933d40..0138557 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -23,9 +23,9 @@ sphinx: # fail_on_warning: true # 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