From 476d2fafb32962dc5e58f4db9bc4bd85d8e0cf77 Mon Sep 17 00:00:00 2001 From: borislavsabev Date: Wed, 27 Sep 2023 10:29:46 +0300 Subject: [PATCH] Enable build of PDF & epub versions --- .readthedocs.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 97581ca..c1c1b06 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -10,4 +10,8 @@ python: sphinx: configuration: conf.py - fail_on_warning: false \ No newline at end of file + fail_on_warning: false + +formats: + - pdf + - epub \ No newline at end of file