From cab09792e0d1ddeefba36763d36e107352aa3efb Mon Sep 17 00:00:00 2001 From: Dmitry Orlov Date: Wed, 15 Nov 2023 10:12:26 +0100 Subject: [PATCH] add pdf and epub --- .readthedocs.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index c58dc898..a45fff76 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -11,3 +11,7 @@ build: - poetry config virtualenvs.create false - poetry install - pip install -Ur docs/requirements.txt + +formats: + - pdf + - epub