From 73ca69d1fd0c7dd8c5610536de99d7a93976519e Mon Sep 17 00:00:00 2001 From: teutoburg <73600109+teutoburg@users.noreply.github.com> Date: Mon, 19 Feb 2024 14:53:09 +0100 Subject: [PATCH] Include pdf and epub in docs build --- .readthedocs.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 357b476..4db1d61 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -22,3 +22,7 @@ build: sphinx: configuration: docs/conf.py + +formats: + - pdf + - epub