From 3a9d8dea2740a897b907cf9c74384083d10b1337 Mon Sep 17 00:00:00 2001 From: Veronica Berglyd Olsen <1619840+vkbo@users.noreply.github.com> Date: Tue, 4 Apr 2023 19:19:49 +0200 Subject: [PATCH] Add back in RTD pdf build --- .readthedocs.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index ebd38255..448aca8b 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -3,6 +3,9 @@ version: 2 sphinx: configuration: docs/source/conf.py +formats: + - htmlzip + - pdf python: install: - requirements: docs/source/requirements.txt