From b3b097c40d6d75d0e6b525976f71e3684be0e61d Mon Sep 17 00:00:00 2001 From: John Kerl Date: Sun, 21 Apr 2024 21:44:07 -0400 Subject: [PATCH] Try to build readthedocs `.epub` and `.pdf` (#1548) --- .readthedocs.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 8ad896314..57e91bb94 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -17,3 +17,5 @@ python: mkdocs: configuration: docs/mkdocs.yml + +formats: all