From aecc7a42fccb068a838c160408cbb04bfe0f8f0f Mon Sep 17 00:00:00 2001 From: NouranAbdelaziz <79912650+NouranAbdelaziz@users.noreply.github.com> Date: Sun, 28 May 2023 12:58:49 +0300 Subject: [PATCH] Update .readthedocs.yml Add PDF and EPUB formats in the .readthedocs.yml config file --- .readthedocs.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index 7380a941..e0f95d1e 100755 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -26,3 +26,7 @@ sphinx: conda: environment: docs/environment.yml + +formats: + - pdf + - epub