From 97a4f269b6bc35606032fab65cff50cc53d7d3d9 Mon Sep 17 00:00:00 2001 From: BobSynfig <45494804+BobSynfig@users.noreply.github.com> Date: Wed, 9 Jul 2025 00:49:04 +0300 Subject: [PATCH] Update .readthedocs.yaml (allow pdf and epub generation) --- .readthedocs.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 969938f..527d135 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